Android Open Source - App task googletask






Project Summary

Google Task, android application.

Web Site / Source Repository

googletask is hosted in the following web site
https://github.com/nguyenvinhlinh/googletask

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

ItemValue
Java File Count18
Supported screen sizes[mdpi, ldpi, xxhdpi, hdpi, xhdpi]
Minimum SDK Version14
Activity Count6
jar files usedcommons-logging-1.1.1.jar
google-api-client-1.18.0-rc.jar
google-api-client-android-1.18.0-rc.jar
google-api-client-appengine-1.18.0-rc.jar
google-api-client-gson-1.18.0-rc.jar
google-api-client-jackson2-1.18.0-rc.jar
google-api-client-java6-1.18.0-rc.jar
google-api-client-servlet-1.18.0-rc.jar
google-http-client-1.18.0-rc.jar
google-http-client-android-1.18.0-rc.jar
google-http-client-appengine-1.18.0-rc.jar
google-http-client-gson-1.18.0-rc.jar
google-http-client-jackson2-1.18.0-rc.jar
google-http-client-jdo-1.18.0-rc.jar
google-oauth-client-1.18.0-rc.jar
google-oauth-client-appengine-1.18.0-rc.jar
google-oauth-client-java6-1.18.0-rc.jar
google-oauth-client-jetty-1.18.0-rc.jar
google-oauth-client-servlet-1.18.0-rc.jar
gson-2.1.jar
httpclient-4.0.1.jar
httpcore-4.0.1.jar
jackson-core-2.1.3.jar
jdo2-api-2.3-eb.jar
jetty-6.1.26.jar
jetty-util-6.1.26.jar
jsr305-1.3.9.jar
transaction-api-1.1.jar
Required Permissionsandroid.permission.READ_CONTACTS
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 3 image files in googletask. The names of the image files are listed as follows.

ic_action_new.png
ic_action_remove.png
ic_action_settings.png

The following screenshort is generated from the image listed above.

null

Java Source Files

googletask has the following Java source files.

cosc2543.com.Util.ExpandableHeightListView.java
cosc2543.com.activity.AddTask.java
cosc2543.com.activity.EditTask.java
cosc2543.com.activity.ShowGroups.java
cosc2543.com.activity.ShowTasks.java
cosc2543.com.activity.Splash.java
cosc2543.com.activity.ViewTask.java
cosc2543.com.adapter.CollaboratorAdapter.java
cosc2543.com.adapter.GroupAdapter.java
cosc2543.com.adapter.TaskAdapter.java
cosc2543.com.model.Collaborator.java
cosc2543.com.model.Task.java
cosc2543.com.model.TaskGroup.java
cosc2543.com.storage.TaskDao.java
cosc2543.com.storage.TaskDaoImpl.java
cosc2543.com.storage.TaskGroupDao.java
cosc2543.com.storage.TaskGroupImpl.java
cosc2543.com.test.java