Demo application showing a sample setup and implementation of the Proximity Kit Android library. This is intended for demonstration purposes and is not meant to be a fully feature application.
This project builds with Android Studio 0.8.6 with Gradle 1.12
- Clone the repo
$ git clone https://github.com/RadiusNetworks/proximitykit-reference-android-
Open Android Studio.
-
Select 'Open Project', navigate to where you cloned the repository and select the
build.gradlefile to open the project. -
Ensure you have the Google Play services library installed:
Android SDK Manager>Extras>Google Play servicesRefer to the latest documentation on installing Google Play services for up to date instructions.
-
Connect a device and run the app.
TBD
The app runs and works. Hooray!!! However, you don't use any of our sample beacons and/or you aren't in our sample geofence area.
No problem. You can swap our sample kit configuration out with your own kit:
-
Sign up for Proximity Kit if you have not done so yet. We offer free plans if you just want to try things out.
-
After logging in, download your kit's
.propertiesfile. -
Replace
ProximityKit.propertieswith your downloaded file. -
Run the app.
- Fork it ( https://github.com/radiusnetworks/proximitykit-reference-android/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Copyright (c) 2014 by Radius Networks http://www.radiusnetworks.com
All Rights Reserved
ATTRIBUTION ASSURANCE LICENSE (adapted from the original BSD license) see LICENSE.txt for details.