Simple task manager app for Android.
TaskManager is hosted in the following web site
https://github.com/ehoughland/TaskManager
If you think the Android project TaskManager 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 TaskManager.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 13 |
Minimum SDK Version | 8 |
Activity Count | 4 |
Fragment Count | 3 |
Required Permissions | android.permission.INTERNET |
TaskManager has the following Java source files.
hw11.ehoughl.uw.AddEditTaskActivity.java hw11.ehoughl.uw.TaskListActivity.java hw11.ehoughl.uw.TaskListFragment.java hw11.ehoughl.uw.TaskViewerActivity.java hw11.ehoughl.uw.TaskViewerFragment.java hw11.ehoughl.uw.TasksDatabase.java hw11.ehoughl.uw.TasksSQLiteOpenHelper.java hw11.ehoughl.uw.providers.TasksContentProvider.java