Skip to content

TodoAPP is a application implemented in Xamarin.Forms and that served as an example in the second meetup of the Barcelona Mobile .NET Developers Group

Notifications You must be signed in to change notification settings

bcnmobilegroup/todoapp

Repository files navigation

TODO App

TodoAPP is a application implemented in Xamarin.Forms, and it has served as a demo for the second Meetup of Barcelona Mobile .NET Developers Group.

todoapp1 todoapp2 todoapp3todoapp4

Features

The demo implements:

  • Windows Azure integration.
  • Offline work.
  • Item list with Pull to refresh and context actions.
  • Dependency inyection.
  • Automapping ...

Configuration

Before launching TodoApp, it is necessary to modify the API Keys of the Azure Mobile Services backend. These keys are referenced in the constructor of BaseAzureService class, located in the XForms.Framework project.

public BaseAzureService()
{
	ApiClient = new MobileServiceClient(
		"AZURE MOBILE SERVICE URL",
		"AZURE MOBILE SERVICE API ACCESS KEY"
	);
}

About

TodoAPP is a application implemented in Xamarin.Forms and that served as an example in the second meetup of the Barcelona Mobile .NET Developers Group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages