I am new in android Development . I have to sync our local database with SQL Server .
can the synchronization will done by SQLite or we need to use any other like CouchDB.
if I am using couch DB then the CouchDB synchronized with the SQLServer.
Please provide any tutorial of SYNC.
Thanks in advance.
Check the solution offered by fyreCloud Solutions. This is source code for a demonstration Android application that implements MySQL replication between a MySQL server and the SQLite db on an Android device.