Perfect! Thanks Vinny :)
2013/4/9 Vinny P <[email protected]> > > On Tuesday, April 9, 2013 11:00:47 AM UTC-5, Mary wrote: >> >> Yes, I have and Android app that writes on GAE via json. The idea is to >> use the PhoneGap framework to write an app available for Android, iOS and >> WP without write every app in its own language but just changing some >> configuration files and using javascript and css. So I have to write this >> new app with its several configurations file and then I can choise a method >> (rhino, or json+servlet+xhr, or your linked example) to communicate with >> datastore. Is it right? >> >>> >>> > That's correct. Basically PhoneGap handles all the device-dependent > stuff; you write your app in HTML/Javascript (or a language that compiles > down to JS) and PhoneGap builds the mobile-specific application for you. > The only device-dependent issue that you need to deal with are the config > files, but those are fairly short and easy to understand. > > It doesn't matter what method you choose in the end, frankly all that > matters is that you feel comfortable programming in that style. All 3 > choices are valid. > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > @GOV on AppDotNet: https://alpha.app.net/gov > > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-appengine/4HNuju25BGg/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
