Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 845 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 845 Bytes
name description page_type languages products urlFragment
Xamarin.Forms - Todo
This sample demonstrates a Todo list application where the data is stored and accessed in a local SQLite database #getstarted
sample
csharp
xamarin
todo

Todo

This sample demonstrates a Todo list application where the data is stored and accessed in a local SQLite database.

The app functionality is:

  • View a list of tasks.
  • Add a new item to the list of tasks.
  • Set a task's status to 'completed'.

In all cases the tasks are stored in a local SQLite database.

For more information about the sample see Working with a Local Database.

Todo application screenshot

Authors

Craig Dunn, Bryan Costanich