A small android app to keep track of the things you have to do..
MyTodo is hosted in the following web site
https://github.com/linqcan/MyTodo
If you think the Android project MyTodo 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 MyTodo.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 4 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 4 image files in MyTodo. The names of the image files are listed as follows.
add_task.png content_save.png ic_action_search.png navigation_cancel.png
The following screenshort is generated from the image listed above.
MyTodo has the following Java source files.
com.linqcan.mytodo.AddTaskActivity.java com.linqcan.mytodo.AddTaskFragment.java com.linqcan.mytodo.DeleteDialogFragment.java com.linqcan.mytodo.EditTaskActivity.java com.linqcan.mytodo.MainActivity.java com.linqcan.mytodo.Task.java com.linqcan.mytodo.TaskListFragment.java com.linqcan.mytodo.TaskOpenHelper.java com.linqcan.mytodo.TaskProvider.java com.linqcan.mytodo.ViewHelper.java com.linqcan.mytodo.ViewTaskActivity.java com.linqcan.mytodo.ViewTaskFragment.java