Android Open Source - SQLite API TaskManager






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TaskManager.

ItemValue
Java File Count9
Supported screen sizes[mdpi, hdpi]
Target SDK Version17
Minimum SDK Version14
Activity Count4
jar files usedandroid-support-v4.jar
Required Permissionsandroid.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 Namesres\raw\guitar_audio.mp3




Resource Files

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.

null




Java Source Files

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