Created
March 13, 2019 14:32
-
-
Save JoseAlcerreca/46fe6d546dbd2c48085f916b463360ce 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.name = myLiveData // or myViewModel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment