I am having an error using the textView.text property in kotlin Is there any another method regarding view binding as I searched some articles and there was no solution for it. Is it deprecated from kotlin
View Bindings in Kotlin
I also came through one article that kotlin android extensions is deprecated
Is there any further viewbindings in this course
yes, kotlin android extensions is deprecated but can still use it
by adding
apply plugin: 'kotlin-android-extensions'
at the top of app/build.gradle
viewbinding is not added yet, It’ll be added soon
This guide may help you wtih viewbinding.
https://developer.android.com/topic/libraries/view-binding/migration
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.