Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 562 Bytes

File metadata and controls

14 lines (9 loc) · 562 Bytes

OfflineTodos app

This project shows you how to use the local datastore, through a Todos application.

Android Quick Setup

  1. Clone the repository locally.
  2. Import ParseLoginUI and the sample project by opening android/ and ParseUI-Android/ in your IDE of choice, ex: Eclipse.
  3. Open TodoListApplication.java and modify it to use your Parse application id and client key.
  4. Build and Run.

Learn More

To learn more, take a look at the Using the Local Datastore tutorial.