Butterknife 8.0.0 is here.
Main features:
- @Bind becomes @BindView and @BindViews
- Calls to bind now return an Unbinder instance
- New: @BindArray binds String, CharSequence, and int arrays and TypeArray to fields
- New: @BindBitmap binds Bitmap instances from resources to fields
- @BindDrawable now supports a tint field which accepts a theme attribute
https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md#version-800-2016-04-25
#library
>>Click here to continue<<
