Hi there! I'm currently developing an android app that needs to fetch some data from a remote database. I've searched in the web and at the moment i'm able to get the data i want through a http request (rest webservice + json response). My problem is, i can only fetch data of one database query to my app in the same database session..
I wanted some strategy where i could send the http request, and them perform 2 or 3 database querys and return them back to my app, without the need to open 2 or 3 times a database connection, or sending one http request for every query. I know i can do some tricky manipulations with the json response, like putting all the database query's response separated by some marks i choose, but i was looking for some clean solution. Can you help me achieve this pls? thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

