Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trevorhackman/8f27de19ff94660b537b8b6eab70e484 to your computer and use it in GitHub Desktop.
Save trevorhackman/8f27de19ff94660b537b8b6eab70e484 to your computer and use it in GitHub Desktop.
Android View Binding Without Boilerplate - Part 2 - 3
class ProfileFragment: ViewBindingFragment<ProfileBinding>(ProfileBinding::inflate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment