Skip to content

yatrikp/codepath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codepath - apps

TodoPro App (Improved)

  • Todo Pro App is an improved version of the Todo app
  • App to manage todo items with basic crud actions
  • User can add, edit and remove the todo items
  • User can choose a priority for Todo and has an option to sort the todo list based on priority
  • Can set a Completion Date and sort the todo list based on priority
  • User can clear the Completion Date once it is set
  • Todo can be marked as 'Done' by checking a particular Todo
  • All the marked Todos can be deleted together

Code Structure

  • Source code dir apps/todopro
  • Developed using Android Studio (IntellijIdea), built using gradle

User Stories covered

  • Add support for completion due dates for items
  • Add support for priority for items
  • Change the item in ListView to display additional attributes, stylize the items
  • Tweak the style of the app, improve UI, play with adding images or backgrounds
  • Persist the app data in SQLite instead of using a text file
  • Use a DialogFragment instead of new Activity to support editing items

Extra

License

MIT

Screenshots

TodoPro Alt text



Todo app learning exercise (Basic)

  • App to simply manage todo items
  • User can add, edit and remove the todo items

Code Structure

  • Source code dir apps/todo
  • Developed using Android Studio (IntellijIdea), built using gradle

License

MIT

Screenshots

Todo Alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published