A simple to-do list app in Android, for learning purposes.
SimpleTodo is hosted in the following web site
https://github.com/pelmers/SimpleTodo
If you think the Android project SimpleTodo 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 SimpleTodo.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 2 |
There are 5 image files in SimpleTodo. The names of the image files are listed as follows.
drawer_shadow.9.png ic_action_new.png ic_action_not_secure.png ic_action_secure.png ic_drawer.png
The following screenshort is generated from the image listed above.
SimpleTodo has the following Java source files.
com.pelmers.simpletodo.ApplicationTest.java com.pelmers.simpletodo.MainTodoActivity.java com.pelmers.simpletodo.NavigationDrawerFragment.java com.pelmers.simpletodo.TextInputAlertDialog.java com.pelmers.simpletodo.TextInputClickListener.java com.pelmers.simpletodo.TodoAdapter.java com.pelmers.simpletodo.TodoItem.java com.pelmers.simpletodo.TodoListFragment.java