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
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