sje397 / TodoApp

Pre-work for codepath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Codepath pre-work

This is an Android app that implements a persistent, editable todo list.

Time spent: 2 hours spent in total

Completed user stories:

  • Required: User can add and delete todo items
  • Required: Todo list is persisted across application restart
  • Required: User can start a second activity to edit list items
  • Suggested: Use SQLite for storage
  • Suggested: Use a custom adapter for the list view
  • Suggested: Use a dialog fragment for editing (used to edit due date and time)
  • Suggested: Add priority
  • Suggested: Play with colors and background (round shapes)
  • Add a button to the custom adapter view to remove items

Walkthrough of all user stories:

Video Walkthrough

GIF created with LiceCap.

About

Pre-work for codepath


Languages

Language:Java 100.0%