-
Class Summary
| Class |
Description |
| ButterKnife |
Field and method binding for Android views.
|
Package butterknife Description
Field and method binding for Android views which uses annotation processing to generate
boilerplate code for you.
- Eliminate
findViewById calls by using
@BindView on fields.
- Group multiple views in a list or array.
- Eliminate anonymous inner-classes for listeners by annotating methods with
@OnClick and others.
- Eliminate resource lookups by using resource annotations on fields.