Bookends icon indicating copy to clipboard operation
Bookends copied to clipboard

A UI widget for adding headers and footers to RecyclerView

Results 6 Bookends issues
Sort by recently updated
recently updated
newest added

Hi, How to use diff utils with Bookends. How have below in my mind but not sure how to implement need some guidance - ``` val headerCount = bookends.headerCount val...

When I am using this with coordinator layout and the keyboard is opened the whole UI gets disturbed.

bug

It acts weird when we add a header and footer when there is no content in the RecyclerView.

bug

``` public void onViewAttachedToWindow(RecyclerView.ViewHolder holder) public void onViewDetachedFromWindow(RecyclerView.ViewHolder holder) ``` etc. methods not called.

bug

Is there a mechanism to remove the footer also. Suppose we want to add the footer when loading more items and remove them when i am done, that would be...

enhancement

The API looks great, though I would like to use it with `GridLayoutManager` as well.

enhancement