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 Alomeblog.astrocoder.me路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...21 likes路151 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.5K 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 ...59 readsandroid app development