A dynamic geofence location tracking app for android
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The Background Location Tracker is a powerful location tracking system that allows users to set custom geofences on a map, track their movements in the background, and receive notifications when they enter or exit the designated locations. This open-source project provides developers with a comprehensive solution for integrating background geofencing functionality into their mobile applications. For the demo of the above system, currently the app creates a notification to alert the user. Also, on going in the background, the app launches a foreground notification to display and update the realtime location.
The idea sprouted to me because I always forget to ping my mother on arrival of office, despite her remining me a million times. So, decided on making a system which would notify me when I have reached the office or any place, to just give her a ping. On discussion with a couple of friends, I realized this could have multitudes of scope. So, decided on uploading here for anyone to find and get motivation.
Do share with me any cool project that you create with reference. Please ignore the bad coding design. This app was created in a caffeine high state working a fulltime job. Much love ❤️
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Get the API key for MapMyIndia from https://www.mapmyindia.com/
- Clone the repo
git clone https://github.com/crypticguy/BackgroundLocationTracker.git
- Open the project using android studio (install from https://developer.android.com/studio)
- Create a
secrets.xml
file underapp > src > main > res > values
- Enter the values for the following keys in
secrets.xml
<string name="mapmyindia_rest_api_key">xxx</string> <string name="mapmyindia_atlas_client_id">xxx</string> <string name="mapmyindia_atlas_client_secret">xxx</string>
- Create an emulator or use a physical device
- Run the app
- Integrate the callbacks into Android System
- Send a notification to another device containing the app of arrival
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Vasu Goel - (@vgoel_) - [email protected]
Project Link: https://github.com/crypticguy/BackgroundLocationTracker