Android Open Source - Development dropbox ToDo






Project Summary

Android application that syncs lists to Dropbox.

Web Site / Source Repository

ToDo is hosted in the following web site
https://github.com/dylan8902/ToDo

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

ItemValue
Java File Count11
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version20
Minimum SDK Version9
Activity Count4
Fragment Count2
jar files usedandroid-support-v4.jar
android-support-v7-appcompat.jar
dropbox-sync-sdk-android.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 4 image files in ToDo. The names of the image files are listed as follows.

done.png
drawer_shadow.9.png
ic_drawer.png
not_done.png

The following screenshort is generated from the image listed above.

null

Java Source Files

ToDo has the following Java source files.

dyl.anjon.es.adapters.ListAdapter.java
dyl.anjon.es.adapters.NavigationDrawerAdapter.java
dyl.anjon.es.models.ToDoItem.java
dyl.anjon.es.models.ToDoList.java
dyl.anjon.es.todo.MainActivity.java
dyl.anjon.es.todo.SettingsActivity.java
dyl.anjon.es.todo.fragments.ListFragment.java
dyl.anjon.es.todo.fragments.NavigationDrawerFragment.java
dyl.anjon.es.todo.fragments.SettingsFragment.java
dyl.anjon.es.todo.utils.FileUtils.java
dyl.anjon.es.todo.utils.Utils.java