Created
April 9, 2022 21:04
-
-
Save Andrew0000/4e36b68651c25db5cc93b73a363a9e4d to your computer and use it in GitHub Desktop.
LiveData usage in View layer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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