My first android application : a clean and simple task manager.
aTask is hosted in the following web site
https://github.com/jbouzekri/aTask
If you think the Android project aTask 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 aTask.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
There are 1 image files in aTask. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
aTask has the following Java source files.
com.ptashek.widgets.datetimepicker.DateTimePicker.java net.bouzekri.atask.ATaskActivity.java net.bouzekri.atask.GeneralActivity.java net.bouzekri.atask.NewTaskActivity.java net.bouzekri.atask.SelectTaskActivity.java net.bouzekri.atask.adapter.TaskListAdapter.java net.bouzekri.atask.helper.TaskDatabaseHelper.java net.bouzekri.atask.model.Task.java