Constructing a Coroutine Scope

A summary of constructing a coroutine scope and how to write code on Android.

In previous lessons, we’ve learned about the tools needed to construct a proper scope. It’s time to summarize this knowledge and see how we can use it. We’ll look at two common examples: one for Android, and one for back-end development.

CoroutineScope factory function

The CoroutineScope interface has a single property, coroutineContext.

Get hands-on with 1200+ tech skills courses.