This is a simple "to do" Android application.
SimpleToDoCodePath is hosted in the following web site
https://github.com/vlaljani/SimpleToDoCodePath
If you think the Android project SimpleToDoCodePath 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 SimpleToDoCodePath.
Item | Value |
---|---|
Java File Count | 8 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | ActiveAndroid.jar commons-io-2.4.jar |
There are 1 image files in SimpleToDoCodePath. The names of the image files are listed as follows.
save.png
The following screenshort is generated from the image listed above.
SimpleToDoCodePath has the following Java source files.
com.codepath.simpletodo.ApplicationTest.java com.codepath.simpletodo.EditItemActivity.java com.codepath.simpletodo.EditItemDialog.java com.codepath.simpletodo.Item.java com.codepath.simpletodo.MyCustomDate.java com.codepath.simpletodo.SimpleTodoMainActivity.java com.codepath.simpletodo.TodoCursorAdapter.java com.codepath.simpletodo.UtilMyDateSerializer.java