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

I want to use SectioningAdapter and StickyHeaderLayoutManager with recyclerview but recyclerview is not shown or populated when recyclerview is inside scrollview.

Hi. Thanks for this amazing library! I have a view with the following structure ```xml ``` When I scroll NestedScrollView, the list is also scrolled, but the ImageView is not...

Hi, Our can change over time is there a way to update a specific header? Something like: notifyHeaderDataSetChanged(index)

I have a list view which I want to remove items from when the user interacts. The code I am running is like this: dismiss.setOnClickListener(new View.OnClickListener() { @Override public void...

I am adding another LinearLayout bottom of recycling view but recyclerView not visible.

Hi, first I want to thank you for this great work, it helps me a lot. Here's the thing: I want to achieve this special effect when the footer-like thing(red-marked...

Implement `notifySectionHeaderInserted`, `notifySectionHeaderRemoved` and `notifySectionHeaderChanged`.

Hello Zak, I really like your project and I'm interested in using it in a beautiful app am building. Anyway, I would like to request for a tutorial to be...

it's mentionned in the documentation tahat we should avoid th use of notifyItemChanged(); But the problem is there is no method in the library that allows us to pass the...

hi, is it possible to implement different types of view for item row ? i tried to do so according to the adapter functions but i found it not really...