i have sqlite database in emulator in data \ ...packagename... \databases\feed.sqlite
whenever my emulator connect with internet at that time my emulator datbase sync with server database.hows it possible ..
*please he开发者_Python百科lp me *
you can take a look at datadroid http://datadroid.foxykeep.com/ It does server synchronization based on RESTful services
Sqlite DB is not that much powerful to do autosync with server. You can achieve this programatically.
link : http://developer.android.com/reference/android/database/sqlite/package-summary.html
精彩评论