On Monday, May 9, 2011 10:36:50 AM UTC+2, Jambi wrote: > > Hola, > > one problem is, that you can“t use GWT RPC in a "native" android app. > You have to use a JSON interface on the server side to fetch data from > the server. Not a big deal though.
Note that you can use RequestFactory though. > But you could develop the GWT app > first and then use something like phonegap to take your javaScript > code and compile an android app. In this case, you could use > everything that GWT can do - even RPC etc.. You could use deferred > binding to switch the browser views to mobile views. In this case, you > have to make heavy use of the Model View Presenter pattern. Not necessarily (because you'll probably split some "screens" in two in the mobile app, and/or have slightly different/less features). The GWT team is building a sample to serve as a "reference implementation", targeting phone, tablet and desktop: http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/mobilewebapp/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
