wh173d3v11 / Live-Location-Tracker

Live Location Tracker in Background Service Android Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location Tracker Background Service with Notification.

This is an working Example of Location Tracker in a Background Service.🥳

This app is Build up on,

  1. Jetpack compose
  2. Kotlin
  3. Flow
  4. Coroutines.

We using Abstraction Approach and Exception Handler, to avoid weird memory leaks.🤯

some useful Info :👨‍💻

  • SupervisorJob (in LocationService.kt) - if one job in this scope fails, it will make sure others to keep running.
  • Flow callbackFlow Function -

    Check here for better understanding.

  • Check Comments and Commits for Better Understanding 😜
bg_tracker_demo.mp4

About

Live Location Tracker in Background Service Android Kotlin


Languages

Language:Kotlin 100.0%