shunsuke-kawai / SQLiteExportSample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

name description topic languages products technologies urlFragment
Todo
This sample demonstrates a Todo list application where the data is stored and accessed in a local SQLite database. The app functionality is: - Vi...
sample
csharp
xamarin
xamarin-forms
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.

Note: This sample may not work on Xamarin Live Player due to dependency on SQLite.

Learn more about Xamarin Live Player limitations here

Authors

Craig Dunn, Bryan Costanich

About


Languages

Language:C# 100.0%