I am using GAE/Java to be able to get the code off of GAE if I have to
or want to, and for file uploads, multipart POST, which is basically
the "standard" way of uploading files to Servlet based web servers (at
least AFAIK). There isn't anything "out of the box" that I am aware
of. As you found, there's tons of code fragments in the Interwebs if
you search for terms like "multipart POST" or "HTTPClient". Some
assembly required, which, from where you are at, should take you a
couple of weeks FTE to build and integrate this in your Android app.



On Aug 26, 12:43 am, Droid <rod...@gmail.com> wrote:
> 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 choose from. None seem to work out-of-the-box,
> but need faffing around with bits of code from here and bits of code
> from there. And is not clear at the outset what  am taking on or what
> the limitations are.
>
> Can anyone point me at a usable system for connecting my Android to
> the GAE?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to