brainpulsedev / LIveLook

LiveLook: Android MVVM Location Tracker - Real-time sharing, precision tracking, and security. Elevate safety and efficiency with our customizable app. Download now!

Home Page:https://github.com/SushmitSingh/LIveLook.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveLook Android MVVM Location Tracker App

Overview

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.

Screenshots

Location Notification

*Location Notification: The app provides real-time location updates in the notification bar.*

App Screen

*App Screen: The app includes a live map displaying the current location.*

App Screen

*App Screen: The app includes a live camera displaying the current location.*

Features

  • 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.

Setup

  1. Clone the repository:

    git clone https://github.com/SushmitSingh/LIveLook.git
  2. Open the project in Android Studio.

  3. Build and run the app on your Android device or emulator.

Dependencies

Usage

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.

Acknowledgments

  • 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!

About

LiveLook: Android MVVM Location Tracker - Real-time sharing, precision tracking, and security. Elevate safety and efficiency with our customizable app. Download now!

https://github.com/SushmitSingh/LIveLook.git

License:MIT License


Languages

Language:Kotlin 100.0%