Azure Cosmos DB SQL API Xamarin Getting Started

Quick start Xamarin app demonstrating how to use the Azure Cosmos DB SQL API with a Xamarin app.

Features

This project framework provides the following features:

Getting Started

Prerequisites

Installation

  • Clone this repository
  • Open src/ToDoItems.sln
  • Restore NuGet packages

Quickstart

  1. Follow the directions in this article.

Demo

The demo app is a simple To Do manager. You can enter new ToDo items, mark them complete, and view both pending and complete items on separate tabs.

Resources