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 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.


Reply via email to