This question is overly broad. In general, you write some frontend to your database as a webservice, something like a REST or SOAP frontend. Then you talk to your service using something like an IntenService in your app. Pieces of the app talk to the service which mediates the connection to the web backend. (This is obviously only one of many ways to do it, but I already said your question was overly broad.)
kris On Tue, Oct 16, 2012 at 10:03 AM, Chaitanya Deshpande <[email protected]> wrote: > I am developing android app which has lots of database. I want to put it > commonly on sever (is it possible to deploy only database on server). > > I found on net searches - I have to use web service to connect database. but > how I can use it. > > please help me, how can I use the database. > > -- > 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 -- 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

