Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 635 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 635 Bytes

[Archived] OfflineTodos app

Note: This repository is not under active development.

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.