This project teaches you how to create one-to-many relationships in Parse using a simple blogging application.
iOS:
- Clone the repository and open the Xcode project.
- Add your Parse application id and client key in
AppDelegate.m
Android:
- Clone the repository and open the project
- Add your Parse application id and client key in
OneToManyApplication.java
To learn more, take a look at the adding one-to-many relationships tutorial for iOS and tutorial for Android.