Android Open Source - Development api taskr






Project Summary

A simple task management Android app that was created to play around with Android L APIs..

Web Site / Source Repository

taskr is hosted in the following web site
https://github.com/rrajath/taskr

If you think the Android project taskr 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 taskr.

ItemValue
Java File Count9
Target SDK Version20
Minimum SDK Version19
Activity Count2
jar files usedandroid-support-v7-appcompat.jar




License

The license information of taskr is as follows:

MIT License

Java Source Files

com.example.rrajath.app.ApplicationTest.java
com.example.rrajath.app.activity.AddTaskDialog.java
com.example.rrajath.app.activity.MainActivity.java
com.example.rrajath.app.adapter.TaskAdapter.java
com.example.rrajath.app.data.Singleton.java
com.example.rrajath.app.data.TaskItem.java
com.example.rrajath.app.database.DatabaseHelper.java
com.example.rrajath.app.database.TasksDatasource.java
com.example.rrajath.app.util.DateUtils.java