Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.62 KB

File metadata and controls

23 lines (13 loc) · 1.62 KB

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!