Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created May 11, 2021 12:03
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoseAlcerreca/6e2620b5615425a516635744ba59892e to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/6e2620b5615425a516635744ba59892e to your computer and use it in GitHub Desktop.
onCreateView(...) {
viewLifecycleOwner.lifecycleScope.launch {
viewLifecycleOwner.lifecycle.repeatOnLifecycle(STARTED) {
myViewModel.myUiState.collect { ... }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment