Using POST to send data from Android to AppEngine Datastore
问题 Sorry if this is a simple question, but I just can't figure out what I'm supposed to do and I think I'm a bit out of my depth here. I want to send data from an Android Application to my application running on Google App Engine. From there the data must be written to the Datastore. My data will mostly be in the form of objects, and I am working in Java. I came across the following question: how-can-i-connect-a-google-app-engine-application-with-my-android I think I understand what has to