Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created March 13, 2019 14:32
Show Gist options
  • Save JoseAlcerreca/46fe6d546dbd2c48085f916b463360ce to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/46fe6d546dbd2c48085f916b463360ce to your computer and use it in GitHub Desktop.
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