I am a novice android app developer. Currently I am developing an app which has a sqlite database. Users store some data in that database. Now I want to add an online synchronization / data sharing feature in my app - If a user update his/her device's database( that means store / delete data ) all other users of that app will get that update through internet( I mean their sqlite database will updated accordingly ). How can I do that?
I have searched about this and found about Sync Adapter. But I am still puzzled sync adapter would solve my problem or not. And how can I share sqlite database across devices.
Please give a newbie friendly answer. Any easy Tutorial / Documentation will be appreciated.
Thanks!