Ccodekotlinincodekotlin.com00Using viewBinding in AndroidApr 10, 2024 · 1 min read · In the app/build.gradle. Add this line inside the android{} block. android { buildFeatures { viewBinding true } //other lines } class MyActivity: AppcompactActivity(){ //This is a new thing. I want to know about it. }Join discussion
Ccodekotlinincodekotlin.com01First articleMar 8, 2024 · 1 min read · Testing my first article on hashnodeAAnnie commented