user3415586
user3415586

Reputation: 147

how to sync Local SQLite database to server when update in table

i am adding many items...but not provide any user login when an user added 3 or 4 item in sqlite table when user uninstall application and again install application ,he should get whatever item he added into table

Upvotes: 0

Views: 1775

Answers (1)

Pramod Yadav
Pramod Yadav

Reputation: 2326

Google syncadapter and maintain your database on server according to the users,you can sync local database on mobile and on server using this,use these links:-

http://developer.android.com/training/sync-adapters/creating-sync-adapter.html http://udinic.wordpress.com/2013/07/24/write-your-own-android-sync-adapter/

Upvotes: 1

Related Questions