Currently I'm working on an app in which, I use sqlite database when there is no internet connection on device and use web services when internet is available.
I have to ask that what, is the best method for synchronization?
- Is it possible by setting flags and check for updates and then synchronize.
- or any tool is available which takes care of that.
- or any other method available.