Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

aaaah - Another Android Adapter Abstraction Here. Quick and simple approach to creating Adapters for Android.

Feb 27, 2019

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

Jun 4, 2017

Android library designed to enrich and make your RecyclerView adapters more SOLID

Adapster will help you make your RecyclerView adapters more manageable and overall enrich your RecyclerView experience.

Aug 26, 2018

A quick adapter library for ListView, GridView, RecyclerView, ViewPager and ExpandableListView on android.

Apr 16, 2016

Adapter Kit is a set of useful adapters for Android. The kit currently includes:

  • Instant Adapter
  • Instant Cursor Adapter
  • Simple Section Adapter
  • Circular List Adapter

Jul 5, 2014

The idea of this library is to build your adapters by composing reusable components.

Oct 27, 2015

"Favor composition over inheritance" for ListView.

Jun 25, 2016

Simple multiview adapter for RecyclerView written on Kotlin.

Jun 23, 2017

A simple multiview adapter for RecyclerView written in Kotlin.

Sep 10, 2018

This library provides support to generate Google Material Design colored lists.

Jul 17, 2016

Simple way to filter your ListView or GridView content.

Sep 11, 2015

Android Section Adapter allows you to easily create a RecyclerView.Adapter which will automatically sort your data into sections and add a header above each section.

Jun 27, 2016

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

Mar 18, 2018

Adapter that is similar to the ObjectAdapter (ArrayObjectAdapter) from the Leanback support library.

Jan 18, 2018

android-parallax-recyclerview is an adapter which could be used to achive a parallax effect on RecyclerView.

Nov 6, 2014

Simple Universal Adapter and ViewHolders generator for Recycler View.

Jul 13, 2017

Sick of writing ViewHolder classes, inflate xml and distinguish ViewTypes in your adapters?

Write less code with AnnotatedAdapter, an annotation processor for generating RecyclerView and AbsListView adapters.

Oct 20, 2014

Assembly Adapter library allows to simplify working with adapters.

Aug 15, 2016

A library for for simplifying adapter creation.

Feb 28, 2016

Make RecyclerView adapter easy with Adapter annotations.

May 31, 2017

Automated configuration RecyclerView.Adapter for Android.

May 12, 2017

BaseAdapterHelper aims to make BaseAdapter's getView() method much more readable, getting rid of the ViewHolder pattern boilerplate code.

QuickAdapter allows you to shorten the code of most usual BaseAdapter, taking care of implementing everything for you based on your data list. You only need to focus on the mapping between your view and your model.

Jan 6, 2015

Adapter and ViewHolder that let you implement easily and a RecyclerView to be split into multi-sectioned.

Mar 27, 2018

A small library to simplify RecyclerView adapter by using auto mapping item view with model.

Nov 5, 2016

Boilerplate code free Adapter for RecyclerView.

Jul 22, 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

CommonAdapter can be used with ListView and GridView components.

Dec 24, 2015

An adapter library to prevent a lot of duplication code.

Jun 15, 2016
Advertisement

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

Aug 19, 2016

MergeAdapter accepts a mix of Adapters and Views and presents them as one contiguous whole to whatever ListView it is poured into. This is good for cases where you have multiple data sources, or if you have a handful of ordinary Views to mix in with lists of data, or the like.

Simply create a MergeAdapter and call addAdapter(), addView(), or addViews() (latter accepting a List), then attach your adapter to the ListView.

There is also MergeSpinnerAdapter for use with Spinner widgets.

Dec 15, 2014