Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesarvaliente/geofencesdemo
Demo used in the 1st Berlin Android Meetup to show a demostration of geofencing in Android
https://github.com/cesarvaliente/geofencesdemo
Last synced: about 1 month ago
JSON representation
Demo used in the 1st Berlin Android Meetup to show a demostration of geofencing in Android
- Host: GitHub
- URL: https://github.com/cesarvaliente/geofencesdemo
- Owner: CesarValiente
- License: apache-2.0
- Created: 2013-10-12T11:16:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-15T23:55:22.000Z (about 11 years ago)
- Last Synced: 2024-04-16T12:53:57.731Z (9 months ago)
- Language: Java
- Size: 1.59 MB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GeofencesDemo
=============Demo used in the 1st Berlin Android Meetup to show a demostration of geofencing in Android
This project need to use a set of libraries (import them) that you can find in your android-sdk-folder, once you have already downloaded them using the sdk manager:
1- Google Play Services lib project located at **your-android-sdk-folder/extras/google/google_play_services/libproject/google-play-services_lib**
2- Action Bar compatibility lib project located at **your-android-sdk-folder/extras/android/support/v7/appcompat**
More info about Google Play services lib and ActionbarCompat:
* [Google Play Services lib](http://developer.android.com/google/play-services/setup.html)
* [Actionbar info](http://developer.android.com/guide/topics/ui/actionbar.html)
Also, in order to use Maps in this app, you need to create your own google-maps-api-key.
You can find the instructions [here](https://developers.google.com/maps/documentation/android/start#installing_the_google_maps_android_v2_api).