Betül NecanlıKotlin Coroutines GuideKotlin coroutines are a feature in the Kotlin programming language that provides a way to write asynchronous, non-blocking code in a more…Feb 7, 20231Feb 7, 20231
InProAndroidDevbyTorcheux FrédéricAre you sure you know how Kotlin Flow works?Test your Kotlin Flow knowledge through 8 code examplesNov 10, 202310Nov 10, 202310
Hitesh KohliHandling “What are Kotlin Coroutines?” Interview questionIntroductionOct 6, 20232Oct 6, 20232
The Android Developer5 Common Kotlin Coroutines interview questionsGotta know them!Nov 19, 20228Nov 19, 20228
InAndroid DevelopersbyManuel VivoConsuming flows safely in Jetpack ComposeCollecting flows in a lifecycle-aware manner is the recommended way to collect flows on Android. Use collectAsStateWithLifecycle in…Aug 10, 202219Aug 10, 202219
InProAndroidDevbyOleksandr StelmakhRules of Structured concurrency in KotlinPart I — PhilosophicalApr 30, 20211Apr 30, 20211
InProAndroidDevbyOleksandr StelmakhApplying Structured concurrency in Kotlin: Part II — CreationThis is the second in a series of blog posts about applying Structural concurrency.Jul 26, 2021Jul 26, 2021
InProAndroidDevbyOleksandr StelmakhApplying Kotlin Structured Concurrency: Part III — ExceptionsThis is the third in a series of blog posts about applying Structural concurrency.Jan 14, 2023Jan 14, 2023
InProAndroidDevbyOleksandr StelmakhApplying Kotlin Structured concurrency: Part IV — Coroutines CancellationThis is the last article in a series of blog posts about applying Structural concurrency.Jan 14, 20231Jan 14, 20231
Rizwanul HaqueMastering Kotlin Coroutines: From Core Concepts to BeyondIn the world of modern software development, asynchronicity is a fundamental requirement. Handling tasks that take time, such as network…Nov 7, 20232Nov 7, 20232
Gaëlle MinisiniAdvanced Kotlin Flow Cheat sheet (for Android Engineer)You’ve been working with Kotlin Flows for a while and you’re already familiar with basic concepts. But you might have never used Channel…Aug 5, 20245Aug 5, 20245