We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bring back Butter Knife, just for reference, still deprecated though
Butter Knife is now deprecated, redirect to view binding
Created Reducing View Boilerplate with Butterknife (markdown)
Destroyed Reducing View Boilerplate with Butterknife (markdown)
Replacing with implementation instead of compile perl -pi.bak -e "s/compile '(.[^']*)'/implementation '\1'/" *.md
moving to https:// for i.imgur
Updated Reducing View Boilerplate with Butterknife (markdown)
Modify section on ButterKnife for libraries
ButterKnife.unbind no longer exists, instead use ButterKnife's Unbinder. src: http://jakewharton.github.io/butterknife/ (as of 2016-06-27)
Updated for @BindView changes in ButterKnife version 8.0.0
Use Bind instead of InjectView since InjectView is not there any more in new versions