Suspending over Views — Example

1 · Chris Banes · Dec. 2, 2019, 9:18 a.m.
This blog post is the second of two which explores how coroutines enables you to write complex asynchronous UI operations in a much simpler way. The first post goes through the theory, while this post demonstrates how they fix a problem. If you want to recap the first post, you can find it here: Suspending over Views Let’s take what we learnt in the previous post and apply it to......