Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A couple of sticky header decorations for android's RecyclerView.

May 31, 2015

A RecyclerView with support of addHeaderView and addFooterView features.

Jun 30, 2016

A library allows to add header and footer views for RecyclerView.

Mar 16, 2016

HeaderRecyclerView is an Android library created to be able to use RecyclerView.Adapter with a header in a easy way. To use this library create your RecyclerView.Adapter classes extending from HeaderRecyclerViewAdapter.

May 19, 2015

This is an Android library allowing to add Header and/or Footer in your RecyclerView in the simplest way possible.

Feb 25, 2016

An easy way to search in your recycler view without having an always-on display search view.

Ever wanted a recycler view with a search bar? That's a simple library that lets you wrap your recyclerView into my custom layout which provides a hidden searchview which you can show by scrolling up/down the recycler.

Nov 11, 2018

Drag & drop item decorator for RecyclerView with support for highlighting hovered items.

Mar 11, 2018

Build expandable descendant navigation, inspired by Google Inbox's rad UI.

Sep 15, 2018

Indicator decorator is an indicator that can be used in ViewPager2 and RecyclerView.

Oct 6, 2019

A tiny library for implementing endless loading list easily in Android applications, similar to those seen in Facebook or Twitter apps.

Feb 14, 2017

A RecyclerView Adapter which allows you to have an Infinite scrolling list in your apps. This library offers you a custom adapter to use with any recycler view. You get a callback when the user is about to reach the bottom (or top, depending on your configuration), of the list, which you can use to load more data. You can also customize what the loading view at the bottom of the list looks like.

Jan 27, 2017

InfiniteScrollListener for RecyclerView in Android.

Mar 4, 2016

This enables the RecyclerView auto scroll feature for indefinite time.

Pros:

  1. Simple plug and play custom RecyclerView.
  2. Easy to use.
  3. Built on top of RecyclerView, hence it is performant as it works on the typical adapters and layout managers.
Jan 6, 2022

Tiny library with ability to provide support for infinite paginated scrolling in RecyclerView. It is able to show loading & try again layout at the bottom of the list.

Oct 7, 2016

This library add something for swipe item settling, recover base on the Itemtouchhelper.

Sep 5, 2016

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.

Oct 30, 2019

Kotlin DSL mechanism for recycler views.

Dec 21, 2018

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.

Aug 3, 2020

You can make sticky items in recyclerview with this library.

Nov 18, 2018
Advertisement

Konveyor is a tiny library which intends to battle RecyclerView.Adapter Hell by introducing "Composition over inheritance" approach when dealing with RecyclerView adapters. While making your Adapter related logic testable by providing abstraction layer over its logic, it will make you forget all of the ViewType hassle all together.

Sep 21, 2017

Kotlin Dsl for Android RecyclerView.

Jan 1, 2018

A lightweight library which simplifies creating RecyclerView adapters and illuminates writing boilerplate code.

Mar 23, 2020

Don't write a RecyclerView adapter again. Not even a ViewHolder!

  • Based on Android Data Binding
  • Written in Kotlin
  • Supports LiveData
  • No need to write the adapter
  • No need to write the ViewHolders
  • No need to modify your model classes
  • No need to notify the adapter when data set changes
  • Supports multiple item view types
  • Optional Callbacks/Listeners
  • Very fast — no reflection
  • Super easy API
  • Minimum Android SDK: 19
Dec 22, 2020

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.

Nov 16, 2018

Provides a simple way to extend the default RecyclerView behaviour with support for headers, footers, empty view, DiffUtil and ArrayAdapter like methods.

Nov 12, 2016

Multi choice selection applied on recycler view make life easier.

Jun 22, 2016

Multi divider in RecyclerView on Android.

May 10, 2017

Helper library for recyclerviews to create composable view holders without boilerplate code.

Features

  1. Supports different span count for different ViewTypes.
  2. Adds different ItemDecoration for different ViewTypes.
  3. Single and Multiple selection options are available.
  4. Support for DiffUtil.
May 21, 2017

This is an Android Library for developer to use customized recyclerview with many features, like easy use Empty view, Refresh view, Floating Action Button, Load more. So all these features contain in one recyclerview.

Jan 7, 2017

A custom calendar view.

May 29, 2018