Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 909 Bytes

File metadata and controls

executable file
·
25 lines (19 loc) · 909 Bytes
name description page_type languages products urlFragment
Xamarin.Forms - TodoREST
This sample demonstrates a Todo list application where the data is stored and accessed from a RESTful web service.
sample
csharp
xamarin
webservices-todorest

TodoREST

This sample demonstrates a Todo list application where the data is stored and accessed from a RESTful web service. The web service code is in the TodoAPI project.

The app functionality is:

  • View a list of tasks.
  • Add, edit, and delete tasks.
  • Set a task's status to 'done'.

In all cases the tasks are stored in an in-memory collection that's accessed through a RESTful web service.

For more information about the sample see Consuming a RESTful Web Service.

TodoREST application screenshot