From 32c71384c06b3e01a4f87a95cd44ab7eff9467db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Jos=C3=A9=20Medina=20Alfaro?= Date: Fri, 17 Jul 2020 09:59:01 -0500 Subject: [PATCH] Create README-COROUTINES --- README-COROUTINES | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README-COROUTINES diff --git a/README-COROUTINES b/README-COROUTINES new file mode 100644 index 0000000..85a3105 --- /dev/null +++ b/README-COROUTINES @@ -0,0 +1,24 @@ +KotlinLang + +- Coroutines Guide https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html + +Android Developers + +- Coroutines on Android https://medium.com/androiddevelopers/coroutines-on-android-part-i-getting-the-background-3e0e54d20bb + +- Coroutines https://developer.android.com/kotlin/coroutines + +- Use Kotlin coroutines with Architecture components https://developer.android.com/topic/libraries/architecture/coroutines + +Codelabs + +- Codelab Kotlin Coroutines https://codelabs.developers.google.com/codelabs/kotlin-coroutines/ + + +Videos + +- Understand Kotlin Coroutines on Android (Google I/O'19) https://www.youtube.com/watch?v=BOHK_w09pVA + +- Kotlin Coroutines 101 - Android Conference Talks https://www.youtube.com/watch?v=ZTDXo0-SKuU + +- Testing coroutines https://www.youtube.com/watch?v=KMb0Fs8rCRs