Monday, August 29, 2011

Re: [android-developers] sending POST data to GAE datastore from android

On Sun, Aug 28, 2011 at 10:19 AM, MK Z <v5s12.msciwt@gmail.com> wrote:
> Hi,
> Ive been trying for days now to get form data send to GAE datastore.
> Ive looked through stackoverflow and some other sites for example..
> basically this is what i done:

Your Android code seems OK. So this is really a GAE/Servlet problem.

>
>
> When I run the android app and check GAE datastore, the value i set on
> android client does not get stored into the database... can someone
> help?
>

Run your app locally and debug it. Make sure it works with a simple
HTML form you can use from your browser. Once that is done, try
posting from Android.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment