A fun geolocation app built with Parse.
See more details here: https://www.parse.com/anywall
- Clone the repository and open the Xcode project at
Anywall.xcodeproj
. - Add your Parse application id and client key in
PAWAppDelegate.m
To learn more, take a look at the AnyWall iOS tutorial.
- Clone the repository and import the
Anywall
andgoogle-play-services_lib
projects from theAnyWall-android
folder. - Add your Parse application id and client key in
Application.java
. - Add your Google Maps Android API v2 key in
AndroidManifest.xml
. See the Google Maps Android API v2 Getting Started guide for instructions on how to obtain a key.
To learn more, take a look at the AnyWall Android tutorial.