https://kotlinlang.org logo
#coroutines
Title
# coroutines
a

ashdavies

09/17/2018, 1:22 PM
@cb has a nice Gist on using
CoroutineScope
with
LifecycleObserver
so you can avoid having to use inheritance
m

Martin Devillers

09/17/2018, 1:34 PM
Thanks, I do like this approach of separating the
CoroutineScope
attribute from the activity itself
3 Views