[android-developers] how to retrieve the database value from the our web application

2010-02-10 Thread saravanan p
hi i want manage our web application using an android application. we want to the database connection object. we are using mysql database. and i want to post the data to my server. so please help me for this solution. Thanks P.Saravanan -- You received this message because you are subscribed

Re: [android-developers] how to retrieve the database value from the our web application

2010-02-10 Thread Upendra Chintala
Hi Saravanan, As I know, there is no way you can directly connect to your database from android app. This is the usual way people are using this scenario. 1. Expose your data from your webapp or database as a web service(REST or SOAP). 2. Access the web service from Android app using