[android-developers] Sending POST data in Android to a database?

2012-04-23 Thread Marcus Maximus
Hey guys, I want to send android post data(with a servlet) to a database(in fact google app engines db) How can I submit data from the phone to the database(for example: locationbased data...)? greetings and thx in advance -- You received this message because you are subscribed to the Google G

Re: [android-developers] Sending POST data in Android to a database?

2012-04-23 Thread James Black
Have you Googled it? You will end up using HttpClient though. On Apr 23, 2012 1:02 PM, "Marcus Maximus" wrote: > Hey guys, > > I want to send android post data(with a servlet) to a database(in fact > google app engines db) > > How can I submit data from the phone to the database(for example: > l