/ButterKnifeDemo

And that is how you use Butter Knife in your Android app project

Primary LanguageJava

This demo demonstrates how to use ButterKnife in a simple app as shown below. testgif

View Injection with @Bind is shown in the snapshot below snap 2015-09-11 at 14 29 34

Injecting callbacks such as onClick, onLongClick and onItemClick for ListView is also demonstrated as per the snapshot below snap 2015-09-11 at 14 30 20

Feel free to continue the injections even if you are using the ViewHolder pattern snap 2015-09-11 at 14 31 33