Skip to content

Instantly share code, notes, and snippets.

@cesargom
Created May 12, 2020 16:53
Show Gist options
  • Save cesargom/b5168afa68591d72b05b090f52254714 to your computer and use it in GitHub Desktop.
Save cesargom/b5168afa68591d72b05b090f52254714 to your computer and use it in GitHub Desktop.
class ResultProfileFragment : Fragment(),
ViewBindingHolder<ResultProfileBinding> by ViewBindingHolderImpl() {
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?
): View? = initBinding(ResultProfileBinding.inflate(layoutInflater), this) {
// onCreateView code goes here...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment