radzio / android-data-binding-recyclerview

Using Recyclerview with the new Android Data Binding framework
Apache License 2.0
564 stars 97 forks source link

Missing class in sample (UsersViewBinding) #4

Closed robisaks closed 9 years ago

robisaks commented 9 years ago

I managed around it, but your sample is missing a class.

net.droidlabs.mvvmdemo.databinding.UsersViewBinding

radzio commented 9 years ago

I'll check this.

brol1dev commented 9 years ago

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.