I am making an application that needs to have synchronized data with an online server. What is the best approach?
I was thinking of creating a local database (SQLite) that will synchronize with an online database with the same structure. Would an online XML or online database be better?
Another question: is there any algorithm known for data synchronization. There is?
Sorry my english.
source
share