Hello, I want to know if there is any way to synchronize my SQLite database in Android to a SQL Server database in the main server in an automated way.
I'm new to Android development and I've been using SQL Server replication in the past with my Windows Mobile apps which provides me a lot of features like conflict detection and resolution. I want to know if there's something similar to SQL Server replication in Android or something like that.
Thanks for your help...