Hello, I want to know if there is a way to synchronize the SQLite database in Android with the SQL Server database on the main server in an automatic way.
I'm new to Android development, and in the past I used SQL Server replication with my Windows Mobile apps that provide me with many features like conflict detection and resolution. I want to know if there is something similar to SQL Server replication in Android or something like that.
Thank you for your help...
source share