A simple Task Manager developed with the Android API and it uses the GPS, camera, the internal SQLite DB, multimedia cappabilities... That was my first mobile application..
TaskManager is hosted in the following web site
https://github.com/danielmachado/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 | 9 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Required Permissions | android.hardware.CAMERA android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES es.uniovi.miw.uo213299.movil.taskmanager.permission.MAPS_RECEIVE |
Raw File Names | res\raw\guitar_audio.mp3 |
There are 6 image files in TaskManager. The names of the image files are listed as follows.
compra.png ocio.png personal.png play.png stop.png trabajo.png
The following screenshort is generated from the image listed above.
TaskManager has the following Java source files.
es.uniovi.miw.uo213299.movil.taskmanager.activity.DetailTaskActivity.java es.uniovi.miw.uo213299.movil.taskmanager.activity.MainActivity.java es.uniovi.miw.uo213299.movil.taskmanager.activity.NewTaskActivity.java es.uniovi.miw.uo213299.movil.taskmanager.activity.TagsActivity.java es.uniovi.miw.uo213299.movil.taskmanager.model.Constants.java es.uniovi.miw.uo213299.movil.taskmanager.model.Task.java es.uniovi.miw.uo213299.movil.taskmanager.persistence.SQLiteHelper.java es.uniovi.miw.uo213299.movil.taskmanager.persistence.TaskDataService.java es.uniovi.miw.uo213299.movil.taskmanager.persistence.dao.TaskDAO.java