Parse starter android project combining the sample apps MealSpotting and Anywall. This project has activities for
- logging a user in,
- creating a new post
- displaying all posts by all users in a list.
- Clone the repository and open the project
- Add your Parse application ID and client key in
DroidConApplication.java
- Build and run the project
To learn more, take a look at MealSpotting tutorial and AnyWall Android tutorial.