This message was deleted.
# android
s
This message was deleted.
y
https://github.com/Kotlin/anko/wiki/Anko-Coroutines#bg as example says: use bg {} inside another coroutine builder and return result from it. Then handle result is outer coroutine builder, which is executed in UI thread.
l
you can use
launch(UI) { ... }
with kotlinx.coroutines