I wrote my final thesis about combining GWT and Android (and many other platform) using PhoneGap. My mentor Daniel founded a great google code project.
try this link: http://code.google.com/p/mgwt/ Greetings Christof 2011/5/9 Thomas Broyer <[email protected]> > > > 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. > -- <https://www.xing.com/profile/HansChristof_Kaller> Christof Kaller An de Krütpasch 15 47661 Issum T: +49(0)2835-440 621 / M: +49(0)177-23 44 54 8 E: [email protected] XING: https://www.xing.com/profile/Christof_Kaller Der Inhalt dieser E-Mail ist vertraulich und ausschließlich für den bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte, daß jede Form der Kenntnisnahme, Veröffentlichung, Vervielfältigung oder Weitergabe des Inhalts dieser E-Mail unzulässig ist. Wir bitten Sie, sich in diesem Fall mit dem Absender der E-Mail in Verbindung zu setzen. -- 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.
