Skip to content

Instantly share code, notes, and snippets.

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