Hi everyone! I’d like to use promises in my Androi...
# android
d
Hi everyone! I’d like to use promises in my Android app written in Kotlin. What library do you suggest to use? I found Kovenant on Google.
m
have you taken a look at coroutines? We have a channel for it as well #coroutines
d
I know coroutines, didn’t know that channel.
m
they work on Android as well, so I think that’s pretty much all you need
d
Maybe you’re right