Android Open Source - App track MyTodo






Project Summary

A small android app to keep track of the things you have to do..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MyTodo.

ItemValue
Java File Count12
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version14
Activity Count4
Fragment Count2
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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