Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin
- Owner: couchbaselabs
- License: other
- Created: 2019-04-02T20:28:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T20:18:36.000Z (about 2 years ago)
- Last Synced: 2024-04-12T16:19:18.383Z (9 months ago)
- Topics: couchbase, couchbase-community, couchbase-lite, couchbase-mobile, couchbase-sync-gateway, dotnet, dotnet-standard, xamarin, xamarin-android, xamarin-forms, xamarin-ios, xamarin-uwp
- Homepage: https://docs.couchbase.com/tutorials/index.html
- Size: 23.9 MB
- Stars: 2
- Watchers: 31
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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!