ktan2020 / SimpleToDoList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Pre-work (Project 0): Simple ToDo App

This is the Android ToDo list application implemented using Eclipse ADT.

Completed User Stories:

  • Successfully add & remove items from todo list
  • Editing of todo list items. Launches EditItemActivity
  • Persist list items to file on app close and read from file on app open. Persist items to SQLite.
  • List view using custom adapter
  • Completion due date for each todo items (displayed in list view)
  • Pushed to github
  • Readme with GIF walk through
  • Create issue on repo

Video walkthrough

About


Languages

Language:Java 100.0%