manneohlund / smart-recycler-adapter

Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.
https://manneohlund.github.io/smart-recycler-adapter/
Apache License 2.0
402 stars 51 forks source link

How to use with databinding? #10

Closed urvish91 closed 5 years ago

urvish91 commented 5 years ago

My holder class contains the binding model. so I want to use this feature with databinding. so how I can implement same?