开发者

Android emulator database file synchronization with Database file?

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜