ToDoList
ToDoList copied to clipboard
Incredibly Mediocre Android App
To Do List
An Android "to-do list" application built for my CS 441 - Mobile App Development course.
What I Learned
- Developed a user interface within the xml file using RelativeLayout, ListView, EditText, & Button.
- Implemented functinality to the UI: onCreate, onAddItem, setupListViewListener, readItems, & writeItems.
- Integrated setOnItemLongClickListener to remove items from the list.