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

How do i filter the list ? #47

Closed emreesen27 closed 1 year ago

emreesen27 commented 1 year ago

hello, first of all thanks for this library. What is the best way to filter between items in a list? remove and add back items or update method?