Skip to content

richardpon/Simple-Todo

Repository files navigation

This Android app is a simple todo list. It follows CodePath's Intro to Android

Approximate Total Time Spent: 12 hours

Completed User Stories:

  • Required: User can add items using the EditText View and button at the bottom of the main activity
  • Required: User can delete items by pressing and holding an any item
  • Required: User can edit the text of an item by tapping an item entering new text, and saving
  • Optional: Items are persisted in a SQLite DB.
  • Optional: Items displayed using a custom array adapter using View Holder Pattern
  • Extras: Slight UI improvements

Walkthrough:

Video Walkthrough

GIF created with LiceCap

About

Simple Android Todo List App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages