This library can easily configure a divider for a RecyclerView. It offers different options to customize the divider effortlessy.
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.
Powerful and flexible RecyclerAdapter
.
A custom RecyclerView
with additional functionality. Allows you to add divider, itemSpace, emptyView, sticky header and some other features.
A custom recycler view with shimmer views to indicate that views are loading for AndroidX. This will only work if you are using AndroidX RecyclerView as a dependency.
A custom recycler view with shimmer views to indicate that views are loading.
Simple, easy and super fast dynamic view creation with awesome animations prebuilt!
A light Android library containing code to work with RecyclerViews
and ViewGroups
which is usually copy-pasted across projects.
A RecyclerView
that implements pull-to-refresh, load-more, and header features. You can use it like a standard RecyclerView.
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.
RecyclerView-FlexibleDivider - Android library providing simple way to control divider items of 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.
A simple FastScroller for Android's RecyclerView
.
Supports vertical RecyclerViews using either LinearLayoutManager or GridLayoutManager (including multiple spans).
Library for creating RecyclerView with warning message of data availability.
Very easy Endless scrolled
, OnClick
item and simple use RecyclerView
adapter binding
An Android's two-dimensional RecyclerView
. Not only can load historical data, but also can load future data.
An android library for scrolling content automatically.
A Powerful AlphabetIndex FastScroller for Android's RecyclerView! Its shows Alphabets over scrolling the recycle view from A-Z.
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.
ARVI - Autoplayable RecyclerView Items.
ExoPlayer-based Android library that makes the implementation of the autoplayable RecyclerView video items an easy task
Android view centring RecyclerView
.
An easy, empowering Kotlin library for RecyclerView
.
Create carousel effect in RecyclerView
with the CarouselRecyclerview in a simple way.
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 set of features to work with RecyclerView
:
Expandable RecyclerView makes it easy to integrate nested RecyclerView
.
Features:
BaseRecyclerAdapter
and good to go.onClick
event for parent recycler item as well child item.A custom RecyclerView with in-built Facebook's Shimmer to indicate that views are loading with support to switch layout manager in runtime. This ShimmerRecyclerView also supports multiple view types for loading.
EasyAdapter allows to create you RecyclerView
adapter in just 3 lines.