I am getting started for using DataBinding feature. I am facing problem with it.
DataBinding
Error:(21, 9) error: cannot find symbol class ContactL
You need to declare and pass the binding in the activity layout, not in the included layout.
Example from the documentation:
Here, there must be a user variable in both the name.xml and contact.xml layout files.