Skip to content Skip to sidebar Skip to footer
Showing posts with the label Couchdb

Android - Couchbase Lite - Pull With Filter - Replication.setfilter

I'm working on a android messagerie app, messages are stored in a CouchDB(Apache) database on t… Read more Android - Couchbase Lite - Pull With Filter - Replication.setfilter

Couchdb Security For Android Devices (and Ios)

I just worked myself through a wiki article and blogposts regarding CouchDB's security. Now I a… Read more Couchdb Security For Android Devices (and Ios)

Using Couchdb On A Android Phone And Mongodb On The Server Side

I have the following scenario.I need to have an embedded database(nosql) on Android and i have a ma… Read more Using Couchdb On A Android Phone And Mongodb On The Server Side

Creating & Using ContentProvider For Android

When I call an Android ContentProvider I get the following exception: java.lang.RuntimeException: … Read more Creating & Using ContentProvider For Android