RecyclerViewUtils icon indicating copy to clipboard operation
RecyclerViewUtils copied to clipboard

[DEPRECATED] // RecyclerView Utils:refresh,load more,sticky header,expand,index

Results 5 RecyclerViewUtils issues
Sort by recently updated
recently updated
newest added

1. We are passing list within the constructor of simple expandable adapter. Everything seems fine. 2. On click event of item view, we are adding data to the existing list...

hi, I want to perform onClick event on Headers Items, so how can i do it, with this library.

在index那个条目中滑动会闪烁,目测是子条目滑到最顶端会暂时覆盖头部条目

From this case I have done it before that will able to support interval view generator appearing in between content views. [referencing from here](https://github.com/cymcsg/UltimateRecyclerView/blob/master/UltimateRecyclerView/ultimaterecyclerview/src/main/java/com/marshalchen/ultimaterecyclerview/quickAdapter/AdmobAdapter.java). is that possible to support that...

enhancement