We are writing simple web application using GWT(Google Web Toolkit). Now we should have this application cloned on Android and iPhone.
I don't know about the iPhone but may it is possible to have same GWT application running on Android?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
|
|||
|
|
|
Yes Most Android browsers support Javascript quite well, and since GWT "translates" the Java to Javascript it should be fine. Obviously it might require some tweaking to accommodate the screen formats. EDIT: Note, it will be a web application, with all limitations that come with that |
|||
|
|
|
You could also produce a web application with GWT and deploy it natively to multiple devices using phone gap. |
|||
|
|
