Creating a mobile app using Google App Engine and GWT?

岁酱吖の 提交于 2019-11-28 05:36:48

问题


I have a Google App Engine application with a front-end that was created using GWT. How would I go about creating a mobile app equivalent of this? In particular I would prefer to use GWT to create the front-end here as well. Does Google have any thing within GWT specifically designed for creating mobile apps? Is there already some existing structure in GWT which takes the front-end you've created and makes it scalable so that it can be easily transformed into a mobile app? Thank you much!


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/13575744/creating-a-mobile-app-using-google-app-engine-and-gwt

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