A simple to do list for teaching Android progamming, now in Android Studio.
ToDoList is hosted in the following web site
https://github.com/greggraham/ToDoList
If you think the Android project ToDoList 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 ToDoList.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 16 |
Activity Count | 1 |
There are 3 image files in ToDoList. The names of the image files are listed as follows.
ic_action_add.png ic_done.png ic_to_do.png
The following screenshort is generated from the image listed above.
ToDoList has the following Java source files.
net.grahamtx.todolist.AddTaskDialog.java net.grahamtx.todolist.DatabaseHandler.java net.grahamtx.todolist.MainActivity.java net.grahamtx.todolist.TaskAdapter.java net.grahamtx.todolist.ToDoTask.java