Lets say i want to update a user location every 30...
# android
h
Lets say i want to update a user location every 30 seconds, currently i use a runnable with a handler to make this work. Is there a better way to do this is kotlin?
stackoverflow 1
d
TickerChannel in #coroutines ?
h
Got it, let me have a look
g
Use fuse location provider listener instead But also this is not related to Kotlin
☝️ 2
h
Okay thanks