Powerful and flexible RecyclerAdapter
.
UltimateRecyclerView is a RecyclerView
(advanced and flexible version of ListView
) with pulling to refresh, loading more, swiping to dismiss, drag and drop, animations, and many other features.
Epoxy is an Android library for building complex screens in a RecyclerView
. It abstracts the boilerplate of view holders, item types, item ids, span counts, and more, in order to simplify building screens with multiple view types. Additionally, Epoxy adds support for saving view state and automatic diffing of item changes.
A RecyclerView
that implements pull-to-refresh, load-more, and header features. You can use it like a standard RecyclerView.
android-advancedrecyclerview is a RecyclerView
extension library. It provides Google's Inbox app like swiping and Play Music app like drag and drop sorting features.
RecyclerView
snapping example with SnapHelper.
A custom recycler view with shimmer views to indicate that views are loading.
Features built in:
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells. TableView relies on a separate model object to hold and represent the data it displays.
Simple, easy and super fast dynamic view creation with awesome animations prebuilt!
The Expandable RecyclerView is a library written to allow for an expanded view to be attached to each ViewHolder. To allow for full functionality of a normal RecyclerView in both the parent ViewHolder and the expanded child ViewHolder, the recyclerview has been modified to use two types of ViewHolders, a child and a parent with the ability to customize each separately.
Build expandable descendant navigation, inspired by Google Inbox's rad UI.
RecyclerView-FlexibleDivider - Android library providing simple way to control divider items of RecyclerView.
Google Photos style multi-selection for RecyclerViews.
A simple FastScroller for Android's RecyclerView
.
Supports vertical RecyclerViews using either LinearLayoutManager or GridLayoutManager (including multiple spans).
Adapter and LayoutManager
for Android RecyclerView
which enables sticky header positioning.
The RecyclerViewFastScroller is a widget that can be added to a layout and connected to a RecyclerView
for fast scrolling. In the interest of time, I am pushing out some usable code, but I plan on updating this to better support easy customization and inclusion in projects.
An Android's two-dimensional RecyclerView
. Not only can load historical data, but also can load future data.
A sliding tabs layout implemented with the RecyclerView
.
Helper library for recyclerviews to create composable view holders without boilerplate code.
Provides a simple way to extend the default RecyclerView behaviour with support for headers, footers, empty view, DiffUtil and ArrayAdapter like methods.
ChipsLayoutManager is a custom layout manager for RecyclerView which represents a Google chips material design guideline.
ChipsLayoutManager moves item to a next row when there isn't enough space left on the current. It's a next generation of TextView span implementation, flow layouts implementation with support of RecyclerView features, like ItemAnimations, recycling views etc.
Highly customizable Android library written in Kotlin that uses AndroidX and extends RecyclerView
to include extra features, such as support for gestures like swipe and drag & drop.
A Powerful AlphabetIndex FastScroller for Android's RecyclerView! Its shows Alphabets over scrolling the recycle view from A-Z.
Rx based generic RecyclerView
adapter library.
This library can easily configure a divider for a RecyclerView. It offers different options to customize the divider effortlessy.
InfiniteScrollListener for RecyclerView in Android.
Easily add Sticky Headers to your RecyclerView
.
Android RecyclerView
CommonAdapter. It is simple to create an adapter and add ItemClickListener / ItemLongClickListener.