A simple To Do List app for android, Just For Fun.
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.
The following table is the detailed list of ToList.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [hdpi] |
Target SDK Version | 14 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
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.
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