We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Created Reducing View Boilerplate with Butterknife (markdown)