Skip to content

Instantly share code, notes, and snippets.

@ericntd
Last active September 9, 2021 17:03
Show Gist options
  • Save ericntd/cc00514d02769e7e2d9ebc8535ff2654 to your computer and use it in GitHub Desktop.
Save ericntd/cc00514d02769e7e2d9ebc8535ff2654 to your computer and use it in GitHub Desktop.
override fun onActivityResult(...) {
// process success/ failure, extract data
viewModel.onActivityResult(...)
}
fun onRefreshed() {
viewModel.onRefreshed()
}
fun onSomeButtonClicked() {
viewModel.onSomeButtonClicked()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment