I developed an application in Android using sqlite database.
The data in the database associated with the application must be the same on different mobile phones if many mobile phones are used.
Is it possible to synchronize database data of a specific application with other Android mobile phones using Wi-Fi?
source
share