James Montemagno 3857b306bf Update README.md 9 лет назад
..
DevDaysTasks ac7c7d5dce Update nugets, documenation, and new SQLite for UWP 9 лет назад
DevDaysTasks.Droid d41c4b3427 update sqlite references and android manifests for api 23 9 лет назад
DevDaysTasks.UWP d41c4b3427 update sqlite references and android manifests for api 23 9 лет назад
DevDaysTasks.iOS ac7c7d5dce Update nugets, documenation, and new SQLite for UWP 9 лет назад
images 6b69ad3233 Add Azure Mobile App Sample 9 лет назад
DevDaysTasks.sln 6b69ad3233 Add Azure Mobile App Sample 9 лет назад
README.md 3857b306bf Update README.md 9 лет назад

README.md

Azure Tasks

Important Due to a bug in the node backend (https://github.com/Azure/azure-mobile-apps-node/issues/496) it is important that you configure an actual Data Connection to a SQL Database. Simply tap on "Easy Tables", then tap on the "You are using SQLite" orange banner and configure a new Azure SQL database and server.

This is a small sample application showing how easily add backend using Azure Mobile Apps to a Xamarin Application.

Built with C# 6 features, you must be running VS 2015 or Xamarin Studio to compile.

Built with Xamarin.Forms with support for:

  • iOS
  • Android
  • UWP

Setup

There are a few steps to setup this application.

Azure Account

Please signup or sign into your azure account at http://www.azure.com

Access Azure Portal

Head to http://portal.azure.com

Create new Azure Mobile App Quick Start

Click on the New button

Search for Mobile Apps Quickstart

Tap on it and then tap on it again in the results:

Tap on Create

  • Name your app (must be unique name, remember this for later)
  • Select subscription.
  • Create new resource group called XamarinDevDays
  • Add to existing plan or create new plan
  • Check Pin to Dashboard
  • Tap Create

Now give it about 3-5 minutes and you will be completely setup.

Update code & run

  • Open DevDaysTasks.sln.
  • You will find DevDaysTasks/Helpers/Constants.cs
  • Update with your app name and run!

Windows UWP SQLite

Inside of Visual Studio go to Tools->Extensions and Updates

Under Online->Visual Studio Gallery search for SQlite

Ensure you install SQLite for Universal Windows Platform (version 3.13.0).