MultiViewAdapter icon indicating copy to clipboard operation
MultiViewAdapter copied to clipboard

Easily create complex recyclerview adapters in android

Results 30 MultiViewAdapter issues
Sort by recently updated
recently updated
newest added

**Please complete the following information:** - Android API level: 28 - Library Version: 2.0.0 - Recyclerview Version - com.android.support:recyclerview-v7:28.0.0'

new

Add android view binding support

Can anyone help me, how to use diffutil? I added " section.setPayloadProvider(...)", but not working

new

java.lang.ClassCastException: mva3.adapter.ItemSection cannot be cast to mva3.adapter.TreeSection at mva3.adapter.TreeSection.getChild(TreeSection.java:76) at dev.ahamed.mva.sample.view.nested.NestedSectionFragment$1.onDelete(NestedSectionFragment.java:37) at dev.ahamed.mva.sample.view.nested.CommentBinder.lambda$initViewHolder$0(CommentBinder.java:28) at dev.ahamed.mva.sample.view.nested.-$$Lambda$CommentBinder$BL6S8bj_RCaBZ4fWZK0Huo3p0eI.onClick(Unknown Source:4) at android.view.View.performClick(View.java:6320) at com.google.android.material.button.MaterialButton.performClick(MaterialButton.java:932) at android.view.View$PerformClick.run(View.java:24980) at android.os.Handler.handleCallback(Handler.java:794) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:176) at android.app.ActivityThread.main(ActivityThread.java:6662)...

new

I need to update the current TreeSection object.

I'm experiencing a crash when reloading my sections. In my setup we have 1xItemSection + 2xListSection, all using the same view item type. On binding, we hide all sections, and...

new

when set "layoutManager.reverseLayout = true", on scroll to top, the onLoadNextPage(page: Int) is not triggered instantly, need to scroll a little to bottom after that onLoadNextPage is invoked. Why? can...

new

Actually only support select item from ItemViewHolder with toggleItemSelection() but is some cases need select specific item without user interaction using position!

type:feature request
component-core

My layout is staggered grid layout with span count of 2. When I try to use the infinite loading helper, it is showing in the frame, however, it looks like...

new

**Please complete the following information:** - Android API level: [N/A] - Library Version: [3.0.0] - Recyclerview Version [N/A] For our own Section implementation, which features a header, a ListSection and...

new