There are 0 repository under coroutines-channels topic.
A sample application to demonstrate how to use Jetpack Architecture Components in an Android Application following the Clean Architecture concepts.
It's a project with examples of using Coroutines. 🧵 You will learn the concepts (GlobalScope, runBlocking, Nested Coroutine, Dispatcher, Suspend Function) 💻
Kotlin offers a nice feature known as coroutine - a high-level framework, to perform anything asynchronously, coordinate tasks behind the scenes. It will make the developer's life easier. Code readability, conciseness, and easier thread management.
Use `Kotlinx Coroutines Channel` to send and receive events between Fragments.
Coroutines Basics from Udemy course
📖📙 Notes from Kotlin Coroutines by Tutorials | Third Edition
Codebase that demonstrates the use of Coroutine and Channels in kotlin. Codelab can be found here https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/01_Introduction