https://github.com/forrestknight/todolist
Incredibly Mediocre Android App
https://github.com/forrestknight/todolist
Last synced: about 1 year ago
JSON representation
Incredibly Mediocre Android App
- Host: GitHub
- URL: https://github.com/forrestknight/todolist
- Owner: ForrestKnight
- Created: 2018-02-09T19:42:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T15:57:51.000Z (over 6 years ago)
- Last Synced: 2025-03-26T03:51:12.474Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 56
- Watchers: 7
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.