In my Android application, I need to synchronize a SQLite database with a remote database (mysql) and vice versa ....
A concept is something like when an application starts an application, it should synchronize the database from the remote database. When I perform some actions, the data should be stored in sqlite and then synchronized with the remote database.
Read how to complete this task.
Thanks in advance....
source
share