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