This project shows you how to use the local datastore, through a Todos application.
- Clone the repository locally.
- Import
ParseLoginUI
and the sample project by openingandroid/
andParseUI-Android/
in your IDE of choice, ex: Eclipse. - Open
TodoListApplication.java
and modify it to use your Parse application id and client key. - Build and Run.
To learn more, take a look at the Using the Local Datastore tutorial.