Created
July 24, 2015 05:39
-
-
Save Kotlin-Native/2888fb57db05eb6693b5 to your computer and use it in GitHub Desktop.
Databinding in a Fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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