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

02-28 05:16:37.431 1676-1676/com.elite.foodrepublic.dev E/AndroidRuntime: FATAL EXCEPTION: main Process: com.elite.foodrepublic.dev, PID: 1676 java.lang.IllegalStateException: ViewHolder views must not be attached when created. Ensure that you are not passing 'true' to the attachToRoot...

For the below code snippet, whenever onFinish is called and I try to notify adapter I'm getting exception mentioned below the code snippet. **CODE SNIPPET** in Adapter ``` itemViewHolder.countDownTimer =...

The list is hidden if i set the height for wrap_content. match_parent only it's working.

Custom Scroll Behaviour I want to implement custom scroll behavior. When i scroll to an item position, item must locate bottom of sticky header view. I tried to scrollToPosition, linearSmoothScrooler...

When the user has reached the last visible item on the screen (more items are present) of the list and right swipe, the list does not scroll to the next...

how to do smooth scroll to a perticular section when click on a button.

Hi, Even though I'm setting the `android:scrollbars="vertical"` attribute on the `activity_demo.xml` RecyclerView, the scroll bars are not displayed. Looking at the implementation, it seems that `StickyHeaderLayoutManager` doesn't override the `computeVerticalScrollXyz`...

I want to set setStackFromEnd to recyclerview.

Add DiffUtil support which will allow the ability to dispatch updates to a sectioned list. https://medium.com/@nullthemall/diffutil-is-a-must-797502bc1149#.f33ov92og