Little Android App for managing TODOs.
Todo is hosted in the following web site
https://github.com/stefan-fink/Todo
If you think the Android project Todo 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 Todo.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
There are 5 image files in Todo. The names of the image files are listed as follows.
ic_action_delete.png ic_action_play.png ic_action_save.png ic_action_share.png ic_urgent.png
The following screenshort is generated from the image listed above.
Todo has the following Java source files.
ch.trillian.todo.TodoDetailActivity.java ch.trillian.todo.TodoPlayActivity.java ch.trillian.todo.TodosOverviewActivity.java ch.trillian.todo.contentprovider.TodoContentProvider.java ch.trillian.todo.database.TodoDatabaseHelper.java ch.trillian.todo.database.TodoTable.java ch.trillian.todo.view.PlayView.java