Hi, for location tracking in background which one ...
# android
h
Hi, for location tracking in background which one is good ? Work Manager or Service or JobScheduler or something else?
😶 3
a
I think service. As there is foreground service which is specifically for location tracking. And work manager is only good for running long running tasks. Like downloading. Something like resource intensive.
👍 1
h
what about JobScheduler?
d
Maybe use Kotlin
💯 2
a
Screenshot_2021-07-09-15-15-20-03.jpg
@haris mehmood see this. I found this on documentation
h
@Atchay Varma thanks
a
Your welcome 😊
👍 1