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
dave08
11/25/2018, 8:57 AM
TickerChannel in #coroutines ?
h
Harun
11/25/2018, 10:30 AM
Got it, let me have a look
g
gildor
11/25/2018, 12:53 PM
Use fuse location provider listener instead
But also this is not related to Kotlin