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-xamarin

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

couchbase couchbase-community couchbase-lite couchbase-mobile couchbase-sync-gateway dotnet dotnet-standard xamarin xamarin-android xamarin-forms xamarin-ios xamarin-uwp

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 [Xamarin](https://visualstudio.microsoft.com/xamarin/) sample apps that demonstrate various features of the [Couchbase Mobile 2.0](https://www.couchbase.com/products/mobile) stack. Each Xamarin solution is hosted in a separate branch, and produces app binaries for iOS, Android, and UWP.

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

### ["**standalone**" branch](https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin/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](https://docs.couchbase.com/userprofile-couchbase-mobile/standalone/userprofile/xamarin/userprofile_basic.html) for more details!

### ["**query**" branch](https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin/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.

Check out the [Querying Tutorial](https://docs.couchbase.com/userprofile-couchbase-mobile/query/userprofile/xamarin/userprofile_query.html) for more details!

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

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](https://docs.couchbase.com/userprofile-couchbase-mobile/sync/userprofile/xamarin/userprofile_sync.html) for more details!