I am creating an app which have synchronised data with an online server. What is the best approach?
I thought having a local database (SQLite) which will synchronise with an online database with the same structure. Would it be better an online XML or an online database?
Other question. Is there any algorithm known for data synchronisation ?