Android Open Source - Development studio ToDoList






Project Summary

A simple to do list for teaching Android progamming, now in Android Studio.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of ToDoList.

ItemValue
Java File Count5
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version21
Minimum SDK Version16
Activity Count1




Resource Files

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.

null

Java Source Files

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