OneAdapter
OneAdapter copied to clipboard
A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
Hello, in version 2.1.1 there is load more intermediate progress bar when calling `oneAdapter.setItems(listOf())` or `oneAdapter.clear()` if adapter has items previously. For example, I call this method in swipeRefreshLayout.setOnRefreshListener to...
Hi, this is more a question than an issue, related to Room Datasource+LiveData PagedList. I want to use selectable item feature of the OneAdapter, so i am trying to change...
Is there any support for the sticky headers. if not, how can i add custom item decorator to extend the functionality of this library. Thanks
First of all, thank you very much for this great library. If you start making multiple selections and then want to cancel the selection when the selected item is not...
Hi, Is there a way to dynamically change the layout manager ? Thank you
Hi, how to implement the select all feature?
Because of line 12 in com.idanatz.oneadapter.internal.utils in generic.kt you can't use ItemModule with interfaces as in `class MyModule() : ItemModule` SomeInterface being `interface SomeInterface { ... }` It causes crash....