Mark Eschbach

Software Developer && System Analyst

Butterknife

Butterknife is a library for wiring views into components and binding event handlers, operating at runtime through reflection. This dramatically reduces the amount of boiler plate code and casting, allowing developers to concentrating on the interactions.

Presentation

This is designed to be a short lightening round talk; given in about 5-15 minutes depending on the crowd.

Notes

  • Butterknife 1 uses @InjectView(@IdRes) while Butterknife 2 uses @BindView(@IdRes)