I am getting started for using DataBinding feature. I am facing problem with it.
DataBinding
Error:(21, 9) error: cannot find symbol class ContactL
For me it was an error in the layout xml binding, I had
app:setNameString="@{person}"
instead of
app:nameString="@{person}"
the type name must match the name you have set up in the @BindingAdapter class (if you are using binding adapter)