Android Viewbinding Versions Save

A simple library to simplify the viewbinding delegation in your Android Application

1.0.5

5 months ago

Bugfix:

  • Add proper error message instead of Can't access the Fragment View's LifecycleOwner when getView() is null when checking the fragment's view

1.0.4

2 years ago

Updates:

  • Update Gradle version and dependencies

1.0.3

3 years ago

Feature:

  • Add DialogFragment viewBinding() capabilities

Bugfix:

  • Fragment viewBinding() onDestroy lifecycle

1.0.2

3 years ago
  1. Add bottomsheetdialogfragment viewbinding delegation
  2. Update Readme to use proguard

1.0.1

3 years ago

Change minimum SDK to 19

1.0.0

3 years ago

Add capabilities:

  • Activity ViewBinding
  • Fragment ViewBinding