Re: User GWT to develop android apps that are not browser based?

2011-05-20 Thread Derek
Not sure what you want here. Android development is a separate thing from Web development, and GWT is for the web. However since they're both Java-based there are opportunities to re-use code in either, if you want to write both an android and web version of your app. Granted, Android has

User GWT to develop android apps that are not browser based?

2011-05-19 Thread cri
I just skimmed through the Google IO talk by Chris Ramsdale on using GWT to build mobile web apps, hosted on Android for example. Interesting, but what about using GWT to develop an Android app that isn't accessed via the browser, i.e. that is downloaded through the Android Market? Is this

Re: User GWT to develop android apps that are not browser based?

2011-05-19 Thread t.dave
try GWTMobile: https://github.com/dennisjzh/GwtMobile i haven't used it myself but believe it does what you're looking for. On May 19, 2:55 pm, cri chuck.irvine...@gmail.com wrote: I just skimmed through the Google IO talk by Chris Ramsdale on using GWT to build mobile web apps, hosted on