Skip to content

Instantly share code, notes, and snippets.

@Kotlin-Native
Created July 24, 2015 05:39
Show Gist options
  • Save Kotlin-Native/2888fb57db05eb6693b5 to your computer and use it in GitHub Desktop.
Save Kotlin-Native/2888fb57db05eb6693b5 to your computer and use it in GitHub Desktop.
Databinding in a Fragment
View view = inflater.inflate(R.layout.fragment_user, container, false);
FragmentUserBinding bind = DataBindingUtil.bind(view);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment