Android Couchdb - libcouch and IPC Aidl Services
- by dirtySanchez
I am working on a native CouchdDB app with android. Now just this week CouchOne released libcouch, described as "Library files needed to interact with CouchDB on Android":
couchone_libcouch@Github
It is a basic app that installs CouchDB if the CouchDB service (that comes with CouchDB if it was installed previously)
can't be bound to.
To be more…