I am developing an Android application that stores various types of data in the embedded SQL Light provided by the Android platform.
Inside the application, I placed the “Sync” button, which should synchronize data between the local SQL Light database and the Online SQL Server database on my server.
What is the workaround for this? This feature can be found in Google Calendar, where you can view calendar events on your mobile device, and when you add a new event and sync data, you can view updated data by going to your online account.
Note. I do not want to centralize my database on the Internet, because I also want to give mobile users the opportunity to use the application without an Internet connection.
Thank.
android synchronization sql sync
Wassim Taher Jul 02 '12 at 18:31 2012-07-02 18:31
source share