Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/couchbaselabs/userprofile-couchbase-mobile-android

A collection of apps that demonstrate Couchbase Mobile 2.x capabilities.
https://github.com/couchbaselabs/userprofile-couchbase-mobile-android

android android-application couchbase couchbase-community couchbase-lite couchbase-mobile couchbase-sync-gateway

Last synced: 7 days ago
JSON representation

A collection of apps that demonstrate Couchbase Mobile 2.x capabilities.

Awesome Lists containing this project

README

        

## Overview
This repository hosts several [Android](https://www.android.com/) sample apps that demonstrate various features of the [Couchbase Mobile 2.x](https://www.couchbase.com/products/mobile) stack. Each app is hosted in a separate branch.

### "**master**" branch
Hosts this README

### ["**standalone**" branch](https://github.com/couchbaselabs/userprofile-couchbase-mobile-android/tree/standalone)

This branch hosts app that demonstrates basic `Database` and `Document` operations using Couchbase Lite as a standalone, embedded database within your mobile app.

Check out the [Fundamentals Tutorial]() for more details!

### ["**query**" branch](https://github.com/couchbaselabs/userprofile-couchbase-mobile-android/tree/query)

This branch hosts an app that demonstrates basic query and full-text-search operations using Couhbase Lite as a standalone, embedded database within your mobile app.

### ["**sync**" branch](https://github.com/couchbaselabs/userprofile-couchbase-mobile-android/tree/sync)

This branch hosts an app that supports syncing of documents between Couchbase Lite database and remote Sync Gateway.