Closed robisaks closed 9 years ago
I'll check this.
I gotta comment on this. This isn't a bug. This is part of binding, check this link: https://developer.android.com/tools/data-binding/guide.html#binding_data.
When you build the project, it will generate the necessary binding classes. For this sample, it will generate the UsersViewBinding.
I managed around it, but your sample is missing a class.
net.droidlabs.mvvmdemo.databinding.UsersViewBinding