Skip to content

Instantly share code, notes, and snippets.

@mattmook
Created July 14, 2021 10:46
Show Gist options
  • Save mattmook/208a012b466d8c2ff669dff5122dfe02 to your computer and use it in GitHub Desktop.
Save mattmook/208a012b466d8c2ff669dff5122dfe02 to your computer and use it in GitHub Desktop.
The state of MVI on Android - Uniflow - onStates
onStates(viewModel) {
reduce(adapter, it as PostListState)
}
onEvents(viewModel) {
sideEffect(it as NavigationEvent)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment