Back to project page couchdbsyncer-android.
The source code is released under:
Apache License
If you think the Android project couchdbsyncer-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * couchdbsyncer - syncs couchdb databases from the server, saving documents and attachments locally in an sqlite database. * <p>//w w w. j a v a 2 s.com * DatabaseStore handles the storage of documents and attachments from one or more CouchDB databases. Applications will typically create a single shared instance of DatabaseStore. * a Syncer object is used to synchronize a local database with a remote CouchDB database. * SyncerService can be subclassed to provide a IntentService to run a syncer update. * * @author Andrew Williams (sobakasu@gmail.com) */ package au.com.team2moro.couchdbsyncer;