Kotlin State & Shared Flows in Action with Mohit Sarveiya, Android Worldwide

Опубликовано: 07 Январь 2025
на канале: Android Worldwide
3,687
145

State Flows and Shared Flows were introduced to broadcast events to multiple consumers with coroutines. We’ll dive deep into the Shared & State Flow APIs. A Shared Flow provides you with the ability to replay and cache events. How do you handle back pressure? We’ll look into simple-to-use cases for using Shared Flows.