Created
March 13, 2019 14:33
-
-
Save JoseAlcerreca/1e563ddc152de2aaae1dd3bebe2d8a98 to your computer and use it in GitHub Desktop.
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
val binding = DataBindingUtil.setContentView<TheGeneratedBinding>( | |
this, | |
R.layout.activity_data_binding | |
) | |
binding.lifecycleOwner = this // Use viewLifecycleOwner for fragments | |
binding.name = myLiveData // or myViewModel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment