Flow Composition Patterns: Combining Multiple Flows Effectively📅 Mar 18, 2025 · ☕ 7 min read · ✍️ Ignacio CarriónLearn how to effectively combine multiple Kotlin Flows using various composition patterns and best practices for building complex flow pipelines
Understanding Flow Operators: Buffer, Conflate, Debounce, and Sample📅 Mar 14, 2025 · ☕ 4 min read · ✍️ Ignacio CarriónDeep dive into Kotlin Flow operators: buffer, conflate, debounce, and sample. Learn when and how to use each operator with practical examples.
Converting Callbacks to Coroutines and Flows in Kotlin📅 Mar 11, 2025 · ☕ 5 min read · ✍️ Ignacio CarriónLearn how to transform callback-based APIs into modern Kotlin coroutines and flows using suspendCoroutine and callbackFlow
Understanding Hot and Cold Flows in Kotlin📅 Mar 7, 2025 · ☕ 4 min read · ✍️ Ignacio CarriónA comprehensive guide to understanding the differences between hot and cold flows in Kotlin, with practical examples
Hilt: Inject Runtime parameters to ViewModels.📅 Feb 24, 2021 · ☕ 5 min read · 💉 IgnacioInject parameters to ViewModels at Runtime in Android.
Welcome to my new Kotlin and Android development blog📅 Feb 23, 2021 · ☕ 1 min read · 🤖 IgnacioFirst post in my new Kotlin and Android development blog