Skip to content

Instantly share code, notes, and snippets.

@thrashedbrain
Created January 21, 2021 10:39
Show Gist options
  • Save thrashedbrain/b068346c22d3304230948919088bb491 to your computer and use it in GitHub Desktop.
Save thrashedbrain/b068346c22d3304230948919088bb491 to your computer and use it in GitHub Desktop.
android {
dataBinding {
enabled = true
}
}
ActivityGameBinding binding = DataBindingUtil.setContentView(this, R.layout.activity_game);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment