Skip to content

Instantly share code, notes, and snippets.

@Andrew0000
Created April 9, 2022 21:04
Show Gist options
  • Save Andrew0000/4e36b68651c25db5cc93b73a363a9e4d to your computer and use it in GitHub Desktop.
Save Andrew0000/4e36b68651c25db5cc93b73a363a9e4d to your computer and use it in GitHub Desktop.
LiveData usage in View layer
viewModel.someValue.observe(viewLifecycleOwner) {
binding.someView.text = it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment