[google-appengine] Connecting app engine application to phone application

2011-04-02 Thread Barakat
Hi all, I want to know if I have a database created with datastore and I want to do quires on it from a phone application, what I understand that I can do that as HTTP access to the GAE application, but what I don't understand how I will be able to differentiate between the different requests o

Re: [google-appengine] Connecting app engine application to phone application

2011-04-02 Thread Robert Kluin
Hi, You might want to go through the getting started guide. Pay attention to the parts that show you how to populate an entity using user input, since you'll need that for querying your data. http://code.google.com/appengine/docs/python/gettingstarted/ It is pretty easy to pass values to