Todo App for Android (Codepath application project).
SimpleTodoList is hosted in the following web site
https://github.com/plamoreux/SimpleTodoList
If you think the Android project SimpleTodoList 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 SimpleTodoList.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar commons-io-2.4.jar |
SimpleTodoList has the following Java source files.
com.lamoreux.paul.apps.simpletodolist.EditItemActivity.java com.lamoreux.paul.apps.simpletodolist.EditTodoItemDialog.java com.lamoreux.paul.apps.simpletodolist.TodoActivity.java com.lamoreux.paul.apps.simpletodolist.TodoDatabaseHelper.java com.lamoreux.paul.apps.simpletodolist.TodoItem.java com.lamoreux.paul.apps.simpletodolist.TodoItemsAdapter.java com.lamoreux.paul.apps.simpletodolist.TodoItemsAdapterSQL.java