Android Open Source - App todo Todo






Project Summary

Little Android App for managing TODOs.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Todo.

ItemValue
Java File Count7
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version11
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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