FlexibleAdapter icon indicating copy to clipboard operation
FlexibleAdapter copied to clipboard

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)

Results 64 FlexibleAdapter issues
Sort by recently updated
recently updated
newest added

A new clearer plan for the next releases. Please follow the wiki page [Migrations](wiki/Migrations) for all braking changes, between those releases. Here, the main points of [**rc1**](../milestone/3) milestone: - [x]...

news from dev

Hello. Thank you for the great library. I had a problem with sticky headers. I need to show a sticky header when displaying the fifth item in the list. Header...

I'm having an issue when I update the adapter's data set (via `updateDataSet()`), but only when sticky headers are enabled, AND a new header is introduced as part of the...

I wanted to create a list like in the Lollipop's "Contacts" app where sticky headers are the letters drawn on the left side: ![](http://i.stack.imgur.com/dKcOK.png) I made a header view with...

enhancement

First of all, thank you for providing such an excellent project. When I expand all the items and then call the clearAllBut method, all top-level expandableItems will not be removed....

FlexibleAdapeter 5.1.0, Android 9.0, Pixel 1 After restoring state of RecyclerView and FlexibleAdapter, FastScroll position is wrong or not visible. On user scrolling FastScroll handle jumps to the correct position....

bug

I have been debugging this behavior for some days and I am finally at the conclusion that the bug is highly likely not to be in my code base: I...

bug
help wanted

This issue can be seen in `flexible-adapter-app` if you remove `android:configChanges="orientation|screenSize"` from `AndroidManifest.xml`. When a configuration change occurs, and a filtered view is reinitialized, the unfiltered list of items is...

enhancement

Hello, I'm wondering if there is a way to have a custom height for the top and bottom edge decoration. I tried to add multiple decorations but the previous ones...

enhancement