Android app made to illustrate the geofencing talk presented to during the first Android Nantes meetup (https://www.meetup.com/fr-FR/android_nantes/).
Code adapted from Google's Geofencing example: https://github.com/googlesamples/android-play-location/tree/master/Geofencing
- Version: 0.1.0
- Created by Robin Caroff
In order to use the Google Play services's Place Picker, you need to add a file 'maps_apikey.xml' to the res/values folder with the following content:
<resources>
<string name="maps_apikey">YOUR_API_KEY</string>
</resources>
Copyright 2017, Robin Caroff
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.