Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

facebookarchive/ParseQueryAdapterTutorial

Repository files navigation

ParseQueryAdapterTutorial

This sample code is for the ParseQueryAdapter tutorial on Parse.

To test this project, add your client key and app ID to the Application class, build and run the project. You will need to create a class called 'Todo' in your Data Browser, and include the fields 'title' (string), 'image' (file), and 'highPri' (boolean).

This project does not include the ability to upload photos or create new todos; it is read-only. For an example of a ParseQueryAdapter in a full app, please see the MealSpotting tutorial.

About

Tutorial to show you how to use a ParseQueryAdapter in your Parse app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published