Don't write a RecyclerView adapter again. Not even a ViewHolder!
A simple universal RecyclerView.Adapter
based on Android's DataBinding framework. Saves you from writing a new adapter implementation over and over for every new screen.
Kotlin way of building RecyclerView Adapter. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will help you.
A library that allows using sections with sticky headers in RecyclerView
.
A lightweight library which simplifies creating RecyclerView adapters and illuminates writing boilerplate code.
Implement pagination in a few steps with RxPagination
There is a simple example of how to make a carousel effect on Android.
Library for creating RecyclerView with warning message of data availability.
ShyShark is Swipeable card stack view like Tinder.
It is not a custom TabLayout
or RecyclerView
. It is just a helper library to attach to your RecyclerView
with your TabLayout
. If you don't want to go with sticky header RecyclerView
or something like that, and also want to provide a good experience when your user is scrolling the content, this small library is for you.
Jubako makes things super simple to assemble rich content into a RecyclerView such as a wall of carousels (Google Play style recycler in recyclers). Jubako can load content on the fly asynchronously, infinitely with pagination.
Indicator decorator is an indicator that can be used in ViewPager2 and RecyclerView.
A library that removes all boilerplate code allowing you to display lists with few lines of code.
A library for make an easy and faster RecyclerView
without adapter.
Never code any boilerplate RecyclerAdapter
again!
This library will make it easy and painless to map your data items with target ViewHolders
. It also supports dynamic nested SmartRecyclerAdapters
and complex view event listeners. 100% written in Kotlin!
Very easy Endless scrolled
, OnClick
item and simple use RecyclerView
adapter binding
Extensible Kotlin DSL for building dynamic reusable UI components with RecyclerView.
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.
An Easy to use adapter for android
No need of viewholder
More readable code
This library based on RecyclerView, and has a purpose easy work with lazy loading (pagination) data.
A simple RecycleView
without adapter, only mapper from your model to RecycleViewCard
model.
TimetableLayout is a layout manager and item decorations to display the timetable.
Features
ARVI - Autoplayable RecyclerView Items.
ExoPlayer-based Android library that makes the implementation of the autoplayable RecyclerView video items an easy task
A solution to compose RecyclerView
Decoration.
The idea is to compose the decoration by combining small and simple components.
In isolation, those items are simple and easy to write and understand. But combined (or composed), they can form very complex decoration with complex selective conditions.
You can make sticky items in recyclerview with this library.
Middleman is a library for helping handling items in RecyclerView adapters with better following SOLID rules. it supports both simple list and paging list in RecyclerView
.
A RecyclerView
Adapter for nested items and expand/contract capabilites.
This library provides all the needed components to create recycler views that can display multiple types of views and utilize any type of parent-child relationships the provided data may have.
The data may be infinitely nested and they can have view variations based on a plethora of different data, such as their overall position on the recycler, their relative position inside their parent item, the position of their parent, the existence or not of sub-nested items and more.