Android Question Sync DB online/offline

wimpie3

Well-Known Member
Licensed User
Longtime User
I currently have implemented my own algorithm to sync my offline Android database to an online database whenever an internet connection is available.

I'm just curious to see if there is already a library that does this, since this is a problem a lot of developers must be facing. Any ideas?

(BTW I did discover CloudKVS, but that solution is still in beta so I'm a bit hesitant to use it in a production environment with over 1.000.000 records).
 
Top