Synchronize remote database (mysql) with sqlite database and vice versa

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....

+1
source share
2 answers

service, applicaiton. syncronization , .

UPDATE

.

0
  • http
  • (, , )
0

Source: https://habr.com/ru/post/1625457/


All Articles