Michael Angelo ReyesManaging UI State in AndroidWhen developing Android apps, managing and observing UI state efficiently is crucial for creating responsive and reliable applications. In…Aug 19Aug 19
Michihiro IwasakiManaging UI States in Jetpack ComposeLeveraging remember + mutableStateOf() and ViewModelNov 17, 20232Nov 17, 20232
Kevin WongReact and UI State libraries optimizationBuilding a modern web application invariably involves managing UI state. As applications evolve, the complexity of UI state and its…Dec 5, 20231Dec 5, 20231
Michael Angelo ReyesManaging UI State in AndroidWhen developing Android apps, managing and observing UI state efficiently is crucial for creating responsive and reliable applications. In…Aug 19
Michihiro IwasakiManaging UI States in Jetpack ComposeLeveraging remember + mutableStateOf() and ViewModelNov 17, 20232
Kevin WongReact and UI State libraries optimizationBuilding a modern web application invariably involves managing UI state. As applications evolve, the complexity of UI state and its…Dec 5, 20231
Erik R. YverlingUnit Testing UI State in Android ViewModelsA common pattern for ViewModels on Android is to serve UI state changes through a StateFlow. Testing these changes could be a quite tricky.May 4, 2023
Ajesh NairCompose runtime, immutability for ui state value in composableOne of the code smells which sometimes we encounter/introduce to achieve easy implementation is shared mutability.May 10, 2023
InProAndroidDevbyGuilherme DelgadoManaging the UI State by using a Finite State Machine and MVI architectureUI State management can be strongly improved by using a Model-View-Intent architecture with the help of a Finite State Machine.Feb 11, 20221