Retryable StateFlow
A common pattern used to observe the state of a feature can look something like this (borrowed from NowInAndroid): ViewModel.kt val uiState: StateFlow<MainActivityUiState> = userDataRepositor
Mar 24, 20232 min read255

Search for a command to run...