Android Open Source - App simple ToList






Project Summary

A simple To Do List app for android, Just For Fun.

Web Site / Source Repository

ToList is hosted in the following web site
https://github.com/ragnraok/ToList

If you think the Android project ToList 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 ToList.

ItemValue
Java File Count12
Supported screen sizes[hdpi]
Target SDK Version14
Minimum SDK Version14
Activity Count3
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 14 image files in ToList. The names of the image files are listed as follows.

accept.png
action_settings.png
camera_photo.png
content_new.png
delete.png
done.png
ic_compose.png
ic_compose_inverse.png
ic_menu_moreoverflow_normal_holo_dark.png
ic_refresh.png
ic_refresh_inverse.png
ic_search.png
ic_search_inverse.png
ic_title_share_default.png

The following screenshort is generated from the image listed above.

null




Java Source Files

ToList has the following Java source files.

com.ragnarok.tolist.activity.MainActivity.java
com.ragnarok.tolist.activity.ShowImageActivity.java
com.ragnarok.tolist.activity.ThingEditActivity.java
com.ragnarok.tolist.adapter.MainViewPageAdapter.java
com.ragnarok.tolist.adapter.ToListAdapter.java
com.ragnarok.tolist.adapter.ToTagListAdapter.java
com.ragnarok.tolist.db.ToListDB.java
com.ragnarok.tolist.fragment.TodoFragment.java
com.ragnarok.tolist.fragment.TodoTagFragment.java
com.ragnarok.tolist.object.Thing.java
com.ragnarok.tolist.utility.Constant.java
com.ragnarok.tolist.utility.FileIOUtil.java