See: Description
| Interface | Description |
|---|---|
| ButterKnife.Action<T extends android.view.View> |
An action that can be applied to a list of views.
|
| ButterKnife.Setter<T extends android.view.View,V> |
A setter that can apply a value to a list of views.
|
| Unbinder |
An unbinder contract that will unbind views when called.
|
| Class | Description |
|---|---|
| ButterKnife |
Field and method binding for Android views.
|
findViewById calls by using
@BindView on fields.@OnClick and others.