I have an sqlite database in my 开发者_StackOverflow社区app and would like to synchronize it with an sql database on a server. (http) any ideas about how to do this?
Yes, the best way I can think of is to use some kind of REST webservice with JSON. The just call the url, parse the JSON into the database.
精彩评论