OneAdapter icon indicating copy to clipboard operation
OneAdapter copied to clipboard

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.

Results 8 OneAdapter issues
Sort by recently updated
recently updated
newest added

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...

bug
resolved in the next version

Please add this option if you can.

enhancement

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...

question

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

enhancement
question

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....

bug