Powerful and flexible RecyclerAdapter
.
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.
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.
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.
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.
A custom recycler view with shimmer views to indicate that views are loading.
RecyclerView-FlexibleDivider - Android library providing simple way to control divider items of RecyclerView.
A simple FastScroller for Android's RecyclerView
.
Supports vertical RecyclerViews using either LinearLayoutManager or GridLayoutManager (including multiple spans).
Build expandable descendant navigation, inspired by Google Inbox's rad UI.
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.
Covert is an Android Library for easily implementing Material Swipe Actions in a RecyclerView. The design of the animations was based heavily around the Swipe Action Gestures demonstrated in the Material Interaction guidelines.
Create carousel effect in RecyclerView
with the CarouselRecyclerview in a simple way.
This library can easily configure a divider for a RecyclerView. It offers different options to customize the divider effortlessy.
This library provides swipe & drag and drop support for RecyclerView
.
Google Photos style multi-selection for RecyclerViews.
A custom LayoutManager to build a Gallery or a ViewPager like RecyclerView that shows items in a center-locked and support both HORIZONTAL and VERTICAL scroll.And View Recycle Machine is also supported.
A custom RecyclerView
with additional functionality. Allows you to add divider, itemSpace, emptyView, sticky header and some other features.
ARVI - Autoplayable RecyclerView Items.
ExoPlayer-based Android library that makes the implementation of the autoplayable RecyclerView video items an easy task
ShyShark is Swipeable card stack view like Tinder.
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.
A library to work with RecyclerView
as easily as if you'd use ListView
or GridView
.
Library for creating RecyclerView with warning message of data availability.
An Android RecyclerView
enhancement library focused on simplifying common use cases and filling in gaps between the ListView
and the RecyclerView
.
Convenience library to handle different view types with different presenters in a single RecyclerView
.