Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
- Owner: couchbaselabs
- License: other
- Created: 2019-05-20T20:45:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T01:35:57.000Z (almost 3 years ago)
- Last Synced: 2024-04-12T16:19:18.324Z (9 months ago)
- Topics: android, android-application, couchbase, couchbase-community, couchbase-lite, couchbase-mobile, couchbase-sync-gateway
- Homepage: https://docs.couchbase.com/tutorials/index.html
- Size: 13 MB
- Stars: 2
- Watchers: 33
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.