idanatz / OneAdapter

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
MIT License
470 stars 45 forks source link

ButterKnife #10

Closed akoua closed 4 years ago

akoua commented 4 years ago

I thanks for this library, so I want to use ButterKnife to bind my view. I can not this.

idanatz commented 4 years ago

Hi akoua, I have added support for ButterKnife and added an example of how to use it in the sample project. Will be released in the next version in a few days.

idanatz commented 4 years ago

version v1.4.0 is out with ButterKnife support. Please check the CHANGELOG and the README. An example activity can be found in the sample project.