Testproject out of the book "Professional Android 2 Application Development" by Wrox.
To-Do-List is hosted in the following web site
https://github.com/mitch000001/To-Do-List
If you think the Android project To-Do-List listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of To-Do-List.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpi] |
Minimum SDK Version | 7 |
Activity Count | 1 |
There are 2 image files in To-Do-List. The names of the image files are listed as follows.
add_new_item.png remove_item.png
The following screenshort is generated from the image listed above.
To-Do-List has the following Java source files.
org.mitchwork.todolist.ToDoDBAdapter.java org.mitchwork.todolist.ToDoItem.java org.mitchwork.todolist.ToDoItemAdapter.java org.mitchwork.todolist.ToDoList.java org.mitchwork.todolist.TodoListItemView.java