Search posts, tags, users, and pages
Yogesh Choudhary Paliyal
Developer by Passion & Profession
What is Data Binding? It is a technique to connect Data with your views. How it works? It generates a java file that connects your views with the data. Setting up project for Data Binding build.gradle(:app) plugins { ... id 'kotlin-kapt...
Rohit Jakhar
Android Development
Data binding seems harder than view binding. I am never try data binding because its very complicated while view binding is very easy to use. But great source may i will try data binding.
View Binding is a lighter version of Data Binding. View Binding can only replace the findViewById.
but Data Binding is a very powerful tool. I highly recommend using DataBinding, it will make life easier
Rohit Jakhar
Android Development
Data binding seems harder than view binding. I am never try data binding because its very complicated while view binding is very easy to use. But great source may i will try data binding.