- Good places to start
- Great explanation of scopes, how to create/utilize them, as well as the use of
SupervisorJob
for working it into whatever lifecycle you're implementing coroutines in, and the use of newer extension properties (such asviewModelScope
) that can be used in components that have them. - Why creating custom scopes are important, and to avoid use of
GlobalScope
- Awesome explanation on
Job
s - Really great vid on using Jobs
- More on Jobs and the heirarchy with regard to scoping, coroutine context, parent/child relationships, and exceptions.
- Getting into the
Flow
. - Getting into the
StateFlow
.
Created
June 25, 2020 13:40
-
-
Save 05nelsonm/c708d9be38a07b46de612dd8959a9eea to your computer and use it in GitHub Desktop.
My list of helpful resources as it relates to using Kotlin Coroutines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment