An open API service indexing awesome lists of open source software.

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

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.