Skip to content

Instantly share code, notes, and snippets.

@aykuttasil
Last active February 24, 2019 21:46
Show Gist options
  • Save aykuttasil/6117974f91a0312b248d976e6479aa76 to your computer and use it in GitHub Desktop.
Save aykuttasil/6117974f91a0312b248d976e6479aa76 to your computer and use it in GitHub Desktop.
fun <T : ViewDataBinding> Activity.bind(layoutId: Int): T {
return DataBindingUtil.setContentView(this, layoutId)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment