Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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).

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.