StickyHeaders icon indicating copy to clipboard operation
StickyHeaders copied to clipboard

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.

Results 66 StickyHeaders issues
Sort by recently updated
recently updated
newest added

Nested Recyclerview in CardView work with LinearLayoutManager but does not work with StickyHeaderLayoutManager.

java.lang.IndexOutOfBoundsException: Invalid item position -1(-1). Item count:0 androidx.recyclerview.widget.RecyclerView{e0c4573 VFED..... ......ID 0,0-1080,0 #7f0a0ce1 app:id/recyclerview}

Actually, In onCreate, i'm using `StickyHeaderLayoutManager` as a layout manager and i'm passing the size of my list is 0 at initial stage. Once i got the data from the...

I need to use **android:clipToPadding="false"** for Sticky Header RecyclerView with some top padding. I am not able to get it working with **StickyHeaderLayoutManager**. It's working fine if used with **LinearLayoutManager**

https://bintray.com/shamylzakariya/maven/stickyheaders/0.7.9 ![image](https://user-images.githubusercontent.com/21172855/114888525-9bc1dd80-9e09-11eb-8758-8a86272157bf.png)

In my RecyclerView row I have a button that removes row with default recyclerView slide animation. When I remove a row and during the removal animation I try to swipe...

I update to add a bottom padding on the RecyclerView to expect to show an padding for the last item but it doesn't ``` ``` ![20200709_162547](https://user-images.githubusercontent.com/16315358/87022916-541a7f80-c201-11ea-823b-59fb3e4e3570.gif)

Hey, I'm using a RecyclerView which contains CardViews and want to have StickyHeaders. When using a LinearLayout in my RecyclerView, I can't get a Sticky Header only a header separating...

Can this recyclerview be extended to use Gridlayout manager with sticky headers.