Third-Party Components
The BRV framework does not affect the functionality and usage of the original RecyclerView and its components. Here are some commonly used or recommended third-party frameworks and their usage examples:
Contributions to this list of extension frameworks are highly welcome. Click the small pencil icon in the top right corner of the document to directly edit this page ↗
| Framework | Description |
|---|---|
| looping-layout | Looping scrollable list |
| PathLayoutManager | Customizable path-based scrolling for lists |
| ZLayoutManager | Tinder-like card stack switching |
| CarouselLayoutManager | Card stack switching vertically or horizontally |
| FanLayoutManager | Cover flow list |
| PagerGridLayoutManager | Grid paged list |
| ZoomRecylerLayout | Zoom effect on scrolling list |
| Linkage-RecyclerView | Two-level linked list |
| SwipeToActionLayout | List with swipe buttons |
| flexbox-layout | Google's Flexbox flow layout |
| SpannedGridLayoutManager | Rearranges the list based on SpanSize to fill the space |