You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep in mind to use the --branch=touchdb flag on the git clone command or else you'll end up with the master branch that has the couchbase-mobile codebase in it.
Using TouchDB in your own application
As we do not have precompiled binary packages yet, the following assume that you have the TouchDB-Android projects imported into your workspace.
Create a new Android application using SDK 2.2 or newer (or select an existing project meeting this requirement)
Select the Android tab within your project's properties.
In the Library section, press Add, select TouchDB-Android from the list and press OK.
Press Add again, select TouchDB-Android-Ektorp from the list and press OK.
You can now interact with this CouchDbInstance just as you would any other CouchDB, the only difference being this one is backed by TouchDB on your device (and not using any sockets). For the full capabilities of Ektorp see http://ektorp.org/