An Android "to-do list" application built for my CS 441 - Mobile App Development course.
- 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.