Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Jul 17, 2016

A single adapter implementation for any scrolling view or ViewGroup.

This library consolidates the differences between BaseAdapter, RecyclerView.Adapter, PagerAdapter, and binding to ViewGroup into one unified API.

May 15, 2015

This HintSpinnerAdapter allows user to add hint to spinner with very less effor and very effectively. Only thing user need to do is, he has to pass his own spinner adapter to this sample adapter and thats it.

Oct 29, 2015

Extension of RecyclerView.Adapter. You can add header/footer to RecyclerView for LinearLayoutManager and GridLayoutManager.

Sep 18, 2016

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

The easiest way to create adapters! You can add a lot of different layouts and models. This library avoid all the boilerplates needed to create a list for your application.

Highly inspired on Renderers and RecyclerViewRenderers.

Apr 24, 2015

Simple way to filter your ListView or GridView content.

Sep 11, 2015

The Parchment library attempts to add the functionality that developers want to their AdapterViews, by providing horizontal and vertical scrolling to all of its AdapterViews. Parchment gives developers more control of layout by choosing from a simple horizontal List View, a GridView that wraps heights or a GridPatternView that lets a user specify the grid pattern.

Jul 21, 2014

Small Android library that lets developers write their own list adapters without copying code from previous projects.

Feb 16, 2015

There are cases when you just need to render a simple list of static data without the hassle. You don't want to use complex solutions like Epoxy or Groupie for this purpose. This task is ItemsAdapter was created for. ItemsAdapter offers you simple DSL to create adapters.

Feb 13, 2022

Android Annotation Processing Library to generate your adapters only with Annotations on your model, coming with Lint check to help you write good annotations

Feb 2, 2022

A Super simple library can be used for inserting elements in between RecyclerView's elements.

Sep 5, 2019

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

Feb 27, 2019

SuperAdapter is an adapter created to avoid repeating RecyclerView adapter and duplicated code.

Jan 10, 2019

The easiest way to declare RecyclerView Adapters! No more boilerplate code.

Oct 21, 2018

This tool allows you to no longer worry about adapters. Now you will only create your ViewHolder. Communication management between your Views and your ViewHolders is possible. Creating sections is now very easily. Enjoy.

Oct 7, 2018

PrimeAdapter makes working with RecyclerView easier by separating required code in a few simple and well-structured classes. It brings simplicity when you have multiple view types in a RecyclerView. By using annotation processing, it generates unique view types automatically to make the code more clear. You can use PrimeAdapter in both Kotlin and Java Android projects as the sample apps are written.

Oct 6, 2018

A simple multiview adapter for RecyclerView written in Kotlin.

Sep 10, 2018

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

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

Nov 26, 2016

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

Nov 3, 2016

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

Aug 19, 2016

Assembly Adapter library allows to simplify working with adapters.

Aug 15, 2016

A library that allows you to use a CursorAdapter as the underlying data source for a RecyclerView.Adapter so that it can be used with a CursorLoader as was previously possible using the ListView.

Jul 17, 2016

Simple library for DRY recycler adapter.

Jul 16, 2016

"Favor composition over inheritance" for ListView.

Jun 25, 2016

Attempting to make convenient for working with ViewPager and PagerAdatper.

Jun 25, 2016

An adapter library to prevent a lot of duplication code.

Jun 15, 2016
Advertisement

An adapter which supports "drag and expand" event.

Mar 8, 2016