The Android MVVM Location Tracker App is a feature-rich application that leverages the MVVM architecture pattern, a repository, and various Android features to provide live location tracking. The app continuously logs the device's coordinates, displays them on a map, and sends notifications for location updates.
*Location Notification: The app provides real-time location updates in the notification bar.* *App Screen: The app includes a live map displaying the current location.* *App Screen: The app includes a live camera displaying the current location.*-
MVVM Architecture: Utilizes the Model-View-ViewModel architecture pattern for a clean and organized codebase.
-
Repository Pattern: Manages data retrieval and storage using a repository pattern.
-
Fine Location Access: Requests and utilizes fine location access for accurate location tracking.
-
Foreground Service: Implements a foreground service for continuous location tracking even when the app is in the background.
-
Logging Coordinates: Logs live location coordinates to the Logcat for debugging and monitoring.
-
File Permissions: Manages file permissions for secure storage of location data.
-
Map View: Integrates Google Maps SDK for Android to display live locations on a map.
-
Notifications: Sends notifications for real-time location updates.
-
Clone the repository:
git clone https://github.com/SushmitSingh/LIveLook.git
-
Open the project in Android Studio.
-
Build and run the app on your Android device or emulator.
The app automatically starts tracking your location when launched. You can view live location updates on the map and receive notifications for each location update.
- Special thanks to Google for providing the Maps SDK.
- Inspired by the MVVM architecture and Android best practices.
Feel free to contribute or report issues! Happy coding!