Skip to content

Instantly share code, notes, and snippets.

@mustafayigitt
Last active June 6, 2020 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustafayigitt/eecf0e8988b3830634550d3550b35fc1 to your computer and use it in GitHub Desktop.
Save mustafayigitt/eecf0e8988b3830634550d3550b35fc1 to your computer and use it in GitHub Desktop.
Databinding inflate and setContentView
binding = DataBindingUtil.setContentView(this, R.layout.activity_main) //activity
binding = DataBindingUtil.inflate(layoutInflater, R.layout.activity_main, container, false) //fragment, view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment