Project enables us to define geofences on our mobile devices. Also it's possible to see all the added geofences and remove them.
This project was developed for testing how geofences work on Android devices. It was tested on how fast they respond when coming into an area defined with geofence as well as for reaction time based on radius size of geofences.
Clone the repository to your local environment. In Android Studio you can create an .apk file, which you can install on your Android device.
To contribute new functionalities follow these steps:
- Create a fork
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Added new feature - description'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request (PR)
Developer - Mitja J. Kotnik (@cotnic)
Mentor - Matjaž Branko Jurič
This project is licensed under the MIT License - see the LICENSE.md file for details