Okay, I might have overlooked the “channels” thing...
# coroutines
t
Okay, I might have overlooked the “channels” thing, it looks pretty promising and resolving 90% of tasks inside our android app. Thank you for rx vs coroutines opinions, I should research more
j
t
@Jonathan really nice example, thank you
w
I’ve used channels as a replacement for Rx observables in our MVP pattern in Android and it works quite well
so, channels between presenter and view