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. 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.
On 7 Mai, 07:56, Henry <[email protected]> wrote: > Hi: > > Hello from Mexico. I want to create a project using GWT + Android. > ¿It's possible to mix them? ¿Any suggestion to start it? > > Greetings. -- 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.
