We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# Replace Butterknife with Kotlin Android Extensions
Replace the view binding library, from Butterknife to KotlinAndroidExtensions: https://kotlinlang.org/docs/tutorials/android-plugin.html
Butterknife
KotlinAndroidExtensions
Also, I recommend using the prefix v for variables that access views from the XML. Examples: vButton vMainLayout vRecyclerView
v
XML
vButton
vMainLayout
vRecyclerView
The text was updated successfully, but these errors were encountered:
No branches or pull requests
# Replace Butterknife with Kotlin Android Extensions
Replace the view binding library, from
Butterknife
toKotlinAndroidExtensions
:https://kotlinlang.org/docs/tutorials/android-plugin.html
Also, I recommend using the prefix
v
for variables that access views from theXML
.Examples:
vButton
vMainLayout
vRecyclerView
The text was updated successfully, but these errors were encountered: