styliii / MyTodos

simple Android app to manage todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Android ToDo App

A bare bones, simple todo app to stream line your life. Followed CodePath's Android Pre-work instructions.

Basic Functionality

  1. Add todo items by inputting text on the bottom.
  2. Edit todo items by tapping an item
  3. Delete todo item by tap and holding an item

Completed user stories

  • Add and remove items from the todo list within your app
  • Include ability to edit todo items
  • Persist todo items and retrieve them properly on app restart
  • 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

app demo GIF created with LiceCap

Notes

Next items to work on:

  • Use a DialogFragment instead of new Activity for editing items

About

simple Android app to manage todos


Languages

Language:Java 100.0%