Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 400 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 400 Bytes

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.