Creating a mobile app using Google App Engine and GWT?

浪尽此生 提交于 2019-11-29 12:05:50
appbootup

It depends a lot on whether you wish to build cross platform as in phonegap or keep it simple as in mobilewebapp example provided in sample folder in gwt zip file you download.

The mobilewebapp sample does not access smartphone features but will be accessible by browser on any mobile. phonegap or similar frameworks like titanium,sencha provide api to access smartphone features.

Fore more information -

http://www.sapandiwakar.in/technical/api-research-study-iphone-and-android-applications/

Sencha Touch 2 native build vs wrapping Sencha Touch 2 in Phonegap

You should also definitively check mgwt + gwt-phonegap. It's a cross platform gwt/phonegap solution.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!