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
1 Answer
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/
2 Comments
user3415586
for user i must provide login..data should vary for different user
Pramod Yadav
yes that is the part you have to take care of,and please upvote my answer if it helped you