How to sync SQLite database on Android phone with MySQL database on server?

Viewed 59938

I am developing an android application. I want to update the local SQLite database with MySQL database on server. I am not able to figure out that what is the most appropriate and standardized way to do so?

5 Answers
Related