Join Slack
Powered by
There is lifecycle scope, that works with lifecycl...
# android
r
rkeazor
11/21/2019, 1:40 PM
There is lifecycle scope, that works with lifecycle owner I believe
d
dave08
11/21/2019, 2:08 PM
The ktx docs are a bit spread out and hard to find things in... do happen to have any reference for this?
r
rkeazor
11/21/2019, 2:12 PM
https://developer.android.com/topic/libraries/architecture/coroutines
d
dave08
11/21/2019, 2:17 PM
I saw that, but no mention of
Service
there...
r
rkeazor
11/21/2019, 2:46 PM
There is a LifecycleService which is a service that is a lifecycle owner. Use that and you should be able to use lifecycleScope
d
dave08
11/21/2019, 2:47 PM
Thanks for the help!
3
Views
Open in Slack
Previous
Next