Wednesday, January 21, 2015

Synchronize Mobile SQLite Database with a Server

I have the following scenario. I use a HTML5 WebSQL database on my mobile devices which run on a PhoneGap/Cordova app. 
I have also a server as a backend which is connected via REST to my mobile clients. My mobile clients can create, edit and delete items. These items will be synchronized with the server. The client can request the other items which have been created by other clients. These item where loaded using pagination from the server. Meaning that only a bunch of n items where loaded on each page request. Keep in mind that order of items can be changed and items can be deleted due to other devices.

What do you use for such kind of data sync?





--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment