Sample app for CodePath Android Bootcamp.
simpletodolist is hosted in the following web site
https://github.com/skyHALud/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 | 3 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar commons-io-2.4.jar commons-lang-2.6.jar |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
simpletodolist has the following Java source files.
com.codepath.apps.simpletodo.EditItemActivity.java com.codepath.apps.simpletodo.TodoActivity.java com.codepath.apps.simpletodo.TodoEntry.java