todo android app from http://www.vogella.com/tutorials/AndroidSQLite/article.html.
todo is hosted in the following web site
https://github.com/paulyeo21/todo
If you think the Android project todo 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 todo.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 15 |
Activity Count | 2 |
There are 1 image files in todo. The names of the image files are listed as follows.
reminder.png
The following screenshort is generated from the image listed above.
todo has the following Java source files.
com.example.todos.MyActivity.java com.example.todos.TodoDetailActivity.java com.example.todos.TodosOverviewActivity.java com.example.todos.contentprovider.MyTodoContentProvider.java com.example.todos.database.TodoDatabaseHelper.java com.example.todos.database.TodoTable.java