A simple TodoList application for Android, build with Java.
TodoList is hosted in the following web site
https://github.com/aziflaj/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 | 3 |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 1 |
TodoList has the following Java source files.
com.example.TodoList.MainActivity.java com.example.TodoList.db.TaskContract.java com.example.TodoList.db.TaskDBHelper.java