As we can read here there is very small difference between ViewBinding
and Databinding
.
The data binding library processes only data binding layouts created using the
<layout>
tag.View binding doesn't support layout variables or layout expressions, so it can't be used to bind layouts with data in XML.
Are there any other differences that developers should be aware of? Why create something new with such a small difference?
Someone please explain