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 add the tags into your Activity's Xml Layout.
and then, add an android:id into your tag
After that, you'll have a ActivityContactListBinding object and you can access and bind variables on your included layouts.