Re: [android-developers] How to connect android to Google App Engine

2010-08-28 Thread Tom Gibara
I've just published an updated to my Betan application for sharing beta copies of Android apps. It now includes a server-side app that I implemented using GAE so that other developers can take advantage of it. Do I use REST or simple HTTP post/get? These aren't really in opposition. I would gene

[android-developers] How to connect android to Google App Engine

2010-08-26 Thread Droid
I have spent two days trying to decide on a way to upload and download data to the Google App Engine. Do I use REST or simple HTTP post/get? Do I use JSON or XML? Do I use java or Python. I am thinking probably use python and probably use REST. But which one out there? There are so many to cho