• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android Database

NHDoubts

Lurker
Hai,

I am a beginner of Android. I want to develop an application with some master mages and one page for viewing datas using Android in which multiple users(in different Adroid mobiles) can access the same database .How is it possible.
As far as I Know Sqlite is a local databases so can you plz advice how is it possible.
 
If you want a shared database then you will have to implement it on a central server. Your app will then communicate with the database using web services, or some kind of REST interface.
 
Back
Top Bottom