I have an application which contains lots of tables. So I am using SQLite as my DB. Now for the same application my client have a website, so I have to SYNC the app data with web data.
I have heard something about using JSON and all but dosent know it well. I am in trouble because it seems like a big task and maybe requires a lot of knowledge to work on.
Well it will be more fruitful if some one suggest me regarding the best sync practices, because the application will generate some scenarios and will store them locally on the devise and when sync button is pressed then it will update the WEB data as well. (I think web DB will be like master after sync).