mardi 18 août 2015

manage non local sqlite database in android

I have started working with databases lately, I was able to create a local database and manage it in my Android app. Now I want to move to higher level with it but I don't know how to do it.

The users in my app need to be able to modify the database, for example insert new data in it. When a user insert new data in the database I want other users to see this change in their copy of the database.

I understand that I will need to store that database on a server or something and synchronize it with the users.

Can anyone tell me the steps to do so?

Aucun commentaire:

Enregistrer un commentaire