Ankush Boseankushb.hashnode.dev·Mar 9, 2024StateFlow: Modernizing Android State ManagementBackground Android development often involves complex state management and repetitive UI updates. ViewModels offer such structure and testability to address these challenge and many others. With LiveData, UI changes automatically synchronizes with Vi...65 readsAndroid
Daniel Alomeastrocoder.hashnode.dev·Jan 17, 2023Managing state in Android with Kotlin StateFlow: A beginner's guideManaging states in Android can be complex, especially when dealing with asynchronous and streaming data. In this article, we'll look at how we can remove this complexity using kotlin flows. Flows, What are they? In coroutines, a flow is a type that c...11 likes·150 readsAndroid
Shreyas Patilblog.shreyaspatil.dev·Jun 24, 2022Combining StateFlows and transforming it into a StateFlowHey Kotliners👋,In this blog, we are gonna do the experiment with the very 🔥hot StateFlow as the title of this blog suggests, we have to build a utility which can help us combining multiple StateFlows into another transformed StateFlow. Before divin...14 likes·10.3K readsAll about KotlinKotlin
Abdul Mueezabdulmueez.hashnode.dev·Jun 7, 2022Android state flow and shared flowIf you are getting tired by reading all the stuff on the internet related state flow and shared flow and want to know what they actually are then in this blog I have shared some easy understanding of it and check out all the code snippets for better ...58 readsandroid app development