Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 2.19 KB

README.md

File metadata and controls

59 lines (35 loc) · 2.19 KB

LocaTrack 📍

An Android app for effortless background location tracking.

Screenshots 📱

Status bar notification Before starting service
Status bar notification Before starting service
Location service stopped Location Service Started
Location service stopped Location Service Started

Getting Started 🛠️

  1. Open the project in Android Studio.

  2. Build and run the app on an emulator or a physical device.

Permissions 🛡️

The app requires the following permissions:

  • Fine Location
  • Coarse Location
  • Post Notifications
  • Foreground Service

How to Use 📝

  1. Click the "START" button to begin location tracking.
  2. Click the "STOP" button to stop location tracking.
  3. Latitude and longitude values are displayed in real-time.

Dependencies 📦

Code Structure 🧱

  • MainActivity.kt: Handles the main activity logic.
  • LocationService.kt: Implements the background location tracking service.

Contributing 🤝

Feel free to contribute by opening issues or creating pull requests.

License 📄

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

Acknowledgments 🙏

  • Thanks to the Material Components for UI elements.
  • Inspired by the need for simple background location tracking.