Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 257 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 257 Bytes

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'.