Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

It is a recycler view adapter that supports multiview holders, filters, and child view click events.

Sep 27, 2017

RecyclerView.Adapter that supports empty state, error state and loading state.

Aug 16, 2015

RecyclerView adapter classes for managing multiple view types.

Apr 5, 2015

An extandable adapter which provides swipe to delete on your row item.

Apr 12, 2017

SwiftAdapter is an easy to use expandable list RecyclerView adapter.

  • extend one class to get all the features
  • easy and quick to setup
  • easy to customize
Jul 22, 2016

Use BasicAdapter instead of separate java files for Android RecyclerView Adapters, with a more comprehensible adapter structure and databinding.

Mar 18, 2018

SimplerRecyclerViewAdapter used to simplify the adapter structure for RecyclerView.

Features:

  • Easy to use
  • No need to create adapter (Separate java files)
  • Works with multiple view types.
  • View holders are inside Activity or Fragment, so easily call methods of activity on row click.
Feb 24, 2017

An adapter library to prevent a lot of duplication code.

Jun 15, 2016

Adapter (BaseAdapter, RecyclerView.Adapter) wrapper for android.

Jan 15, 2016

This tool allows you to no longer worry about adapters. Now you will only create your ViewHolder. A simple tools to take in hand that should answer all your use cases.

Communication management between your Views & ViewHolders is possible. Creating sections is now very easily. Enjoy.

Nov 3, 2017

With this library you can implement RecyclerView.Adapter in a few lines.

Nov 3, 2016

Crazy easy to use RecyclerView Adapter for Reactive Applications.

May 12, 2015

Creating adapters each time you want to use a RecyclerView is boring. Also, creating an adapter that accepts different types of data, with its corresponding views, and manage them generates adapters with lines and lines of code that are difficult to maintain.

RecyclerViewRenderers is a library whose main objective is to reduce the time you spend fighting against RecyclerView.

Nov 4, 2014

A RecyclerView adapter that can handle holding hetrogeneuous data types, and provides the ability to set up sections in your adatper.

Nov 26, 2016

The DynamicPagerAdapter extends Android's PagerAdapter to do four important things:

  • Has an accessible HashMap View cache using ViewHolders. The default implementaiton has caching, but it isn't enforced and users of the PagerAdapter don't get access to it.

  • Provides the capability to use multiple view types just like RecyclerView.

  • Handles data set changes in a much more friendly way, allowing items to be removed, added, etc. with less issues and effort on your end.

  • Includes optional discard animations. These are exposed for you to call when you want or to override and create your own.

Apr 21, 2017

Abstract adapter for convenient work with RecyclerView. It has several headers and footers.

Oct 27, 2015

Whenever you want to display custom items in listview, then only way to achieve this is to implement your own subclass of BaseAdapter, handle all rendering, recycling, click handling, data browsing youself in getView() method. It becomes very messy as number of rows increase in your adapter, Making your code very messy & non-reusable. This library allows you to make Modular classes which will help you to introduce new row type easily.

Oct 8, 2014

Core-Adapter supports any type of items in RecyclerView with no pain.

Aug 19, 2016

This library will help developers to avoid writing repetitive code as mostly developers do while writing Adapter for RecyclerView. This library also provide convenient way to get position of a view which is clicked by user. This tiny library can save developers time and help them writing clean code inside Adapters.

Jul 11, 2017
Advertisement

Make RecyclerView adapter easy with Adapter annotations.

May 31, 2017

Automated configuration RecyclerView.Adapter for Android.

May 12, 2017

A small library containing two adapters which allow for easy fragment management with a NavigationView.

Jun 26, 2016

Mystique is a Kotlin library for Android’s RecyclerView which allows you to create homogeneous and heterogeneous lists effortlessly using an universal adapter. It’s RecyclerView.Adapter on steroids, written purely in Kotlin (oh yeah, with extension functions too).

Jun 1, 2017

EndlessRecyclerViewAdapter support for RecyclerView.Adapter.

Aug 1, 2015

Add footer and header & item click listener to RecyclerView adapter.

Jun 4, 2017

RecyclerViewInjectorAdapter wraps your regular RecyclerView.Adapter and adds possibility to inject custom views on desired position without hassle.

May 5, 2017

LastPagerAdapter eliminates the need to write long, boilerplate Adapters for ViewPagers by using simple, concise API. Uses Android Data Binding. Supports both Java and Kotlin. Written in Kotlin.

Feb 4, 2017

Multiple items adapter made easy, including headers and footers.

Dec 19, 2016

This library helps you to manage RecyclerViewAdapter easier.

Sep 23, 2016
Advertisement

A customizable adapter for RecyclerView.

Mar 8, 2017