A simple demo Android app to demonstarte using Database and Content Provider.
TodoList_Demo is hosted in the following web site
https://github.com/fujianto/TodoList_Demo
If you think the Android project TodoList_Demo 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_Demo.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 2 |
There are 1 image files in TodoList_Demo. The names of the image files are listed as follows.
reminder.png
The following screenshort is generated from the image listed above.
TodoList_Demo has the following Java source files.
com.naisinpo.fujianto.zudolizt.ApplicationTest.java com.naisinpo.fujianto.zudolizt.MainActivity.java com.naisinpo.fujianto.zudolizt.TodoDetailActivity.java com.naisinpo.fujianto.zudolizt.data.TodoContract.java com.naisinpo.fujianto.zudolizt.data.TodoDbHelper.java com.naisinpo.fujianto.zudolizt.data.TodoProvider.java