Skip to content

nishitnshah/ThingsToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThingsToDo

List of things to do. This app allows you to create list of task you need to get done, specify the due date and priority. It colors the items and date based on priority specified by user.

Submitted by: Nishit Shah

Time Spent : 20 Hrs

The following required functionality is completed:

  • User can successfully add and remove items from the todo list
  • User can tap a todo item in the list and bring up an edit screen for the todo item and then have any changes to the text reflected in the todo list.
  • User can persist todo items and retrieve them properly on app restart

The following optional features are implemented:

  • Persist the todo items into SQLite instead of a text file
  • Improve style of the todo items in the list using a custom adapter
  • Add support for completion due dates for todo items (and display within listview item)
  • Use a DialogFragment instead of new Activity for editing items

The following additional features are implemented:

  • Added a "+" button to toolbar to add new items.
  • Added support for specifying priority for each item.
  • Each item is colored differently to indicate priority (Red = High, Green = Medium, Orange = Low)

Walkthrough of the App:

Editing an item using separate activity

Video Walkthrough

Editing an item using Dialog

Video Walkthrough

Completed app with due date and priority coloring

Video Walkthrough

GIF created with LiceCap.

About

List of things to do

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages