Note that PhoneGap will not turn you web based app into a native app. It will give it some native capabilities. So your application will still be a web app but with a native shell given you access to the device api.
Concerning Gwt4Ti Mobile we have some pretty happy customers at the moment. But maybe some one using it will like to share his experience. If i m correct you have a Desktop GWT app that you want to turn into a mobile app with some native capabilities. Assuming you UI is mobile optimized PhoneGap could be the way to go. Because you could reuse most of your UI code and have some native access through PhoneGap. 2012/2/13 Adolfo Panizo Touzon <[email protected]> > Hi Alain, > > Thank you for the info. > > We are interested in Native solutions. > > Basically, if I'm correct the best frameworks in order to have one app for > each platform (from the same initial GWT app) are *Gwt4Ti* *Mobile *and * > phoneGAP*. > > Alain, in the last mail explains that Gwt4Ti Mobile would be helpful. > > Does someone works with these frameworks? Are there others? > > Thank you in advance, > > Adolfo. > > PD. I post this mail here because I'm interested (if is it possible) in > create the initial app in GWT and then transform to native platforms. > > > 2012/2/13 Alain Ekambi <[email protected]> > >> Hi Adolfo, >> >> Like always it depends. >> Should your mobile app be web based or native ? >> >> If you are are looking for a webbased solution i d recommend : >> >> Web : >> 1) Gwt4Touch (www.emitrom.com/gwt4touch). Not only because we created >> it, but also because it leverages Sencha Touch, which to me >> is the best mobile HTML5 framework on the market. We also added PhoneGap >> support if you want to add some native capabilities. >> >> 2)i also like mgwt a lot. (The Gwt PhoneGap API is from the same author). >> But i think Gwt4Touch looks a bit better :) >> >> Native : >> On the other end Gwt4Ti Mobile will help you build native mobile apps by >> leveraging the Titanium runtime. >> So if you want to go native while leveraging GWT(specially all your back >> end code) Gwt4Ti mobile should help. >> >> >> >> If you have any question feel free to ping us on the forum >> >> www.emitrom.com/forum >> >> Cheers, >> >> Alain >> >> 2012/2/13 Adolfo Panizo Touzon <[email protected]> >> >>> Hi all, >>> >>> I have developed a GWT app. Now, we are planning to create the same app >>> to mobile devices (Android, Android Tablet, Iphone, Ipad, Blackberry...). >>> >>> After a fast google search, I have seen that the are some frameworks >>> that allow "write once, run everywhere" like >>> mgwt<http://code.google.com/p/mgwt/> >>> , PhoneGap <http://phonegap.com/>, >>> gwt4timobile<http://www.emitrom.com/gwt4timobile> >>> . >>> >>> The questions is that I don't what is the best, and if there are others. >>> >>> Also I don't know if there is a good decision work with these frameworks >>> instead of develop in each platform the app. >>> >>> Any idea, or user experience are welcome. >>> >>> I don't know if there is useful but the app that we are planning to >>> transform is easy, it does not need the latest versions of each OS. >>> >>> Regards and thanks in advance, >>> >>> Adolfo. >>> >>> -- >>> El precio es lo que pagas. El valor es lo que recibes. >>> Warren Buffet >>> >>> -- >>> 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. >>> >> >> -- >> 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. >> > > > > -- > El precio es lo que pagas. El valor es lo que recibes. > Warren Buffet > > -- > 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. > -- 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.
