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

View Binding #47

Open SulemanIcon opened 2 years ago

SulemanIcon commented 2 years ago

I am using this your adapter. With too much ease with your smart adapter, their is one difficulty I found. Please add view binding in smart view holder. We have to use findviewbyid to bind our views which is very old method. Thanks