Android Tutorial for a To-do application using Parse.
Parse-Android-Todo is hosted in the following web site
https://github.com/MichaelEvans/Parse-Android-Todo
If you think the Android project Parse-Android-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.
The following table is the detailed list of Parse-Android-Todo.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | Parse-1.3.3.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Parse-Android-Todo has the following Java source files.
org.michaelevans.todo.LoginActivity.java org.michaelevans.todo.RegisterActivity.java org.michaelevans.todo.Task.java org.michaelevans.todo.TaskAdapter.java org.michaelevans.todo.TodoActivity.java