couchbaselabs / userprofile-couchbase-mobile-xamarin

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

Home Page:https://docs.couchbase.com/tutorials/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repository hosts several Xamarin sample apps that demonstrate various features of the Couchbase Mobile 2.0 stack. Each Xamarin solution is hosted in a separate branch, and produces app binaries for iOS, Android, and UWP.

"master" branch

Hosts this README

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!

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.

Check out the Querying Tutorial for more details!

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

Check out the Couchbase Sync Gateway Tutorial for more details!