Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
/ geofence-android Public archive

Project for testing the use of geofences in Android operating system.

License

Notifications You must be signed in to change notification settings

cotnic/geofence-android

Repository files navigation

Android Geofence Example App

Synopsis

Project enables us to define geofences on our mobile devices. Also it's possible to see all the added geofences and remove them.

Motivation

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.

Installation

Clone the repository to your local environment. In Android Studio you can create an .apk file, which you can install on your Android device.

Contributors

To contribute new functionalities follow these steps:

  1. Create a fork
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Added new feature - description'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request (PR)

Developer - Mitja J. Kotnik (@cotnic)

Mentor - Matjaž Branko Jurič

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Project for testing the use of geofences in Android operating system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages