view binding in android
android {
...
//in build.gradle(app level)
buildFeatures {
viewBinding true
}
}
view binding in android
android {
...
//in build.gradle(app level)
buildFeatures {
viewBinding true
}
}
How to use view binding in android studio
// Android Studio 4.0android { buildFeatures { viewBinding = true }}
How to use view binding in android studio
// Available in Android Gradle Plugin 3.6.0android { viewBinding { enabled = true }}
view binding in android
android{
...
//for android gradle plugin 3.6 or lower
viewBinding{
enabled true
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us