|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
GWT-PhonegapThis is a wrapper for the phonegap Javascript API. It uses GWT Rebinding to be able to run in normal browsers (with mocked functionality) Currently this is built on GWT 2.4 and Phonegap 1.4.1 mgwtIf you build apps with gwt-phonegap you will be interested in mgwt as well. Its a GWT widget library especially for mobile development. GWT Phonegap ShowcaseGetting startedFeaturesGWT GapThe demo app of gwt-phonegap just made it into the market place: Mavengwt-phonegap is available from maven central: <dependency>
<groupId>com.googlecode.gwtphonegap</groupId>
<artifactId>gwtphonegap</artifactId>
<version>1.4.0.1</version>
</dependency>
|