Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A RecyclerView adapter to add sectioned headers.

May 11, 2015

An AdapterView with support for vertical and horizontal scrolling.

Features:

  • View recycling while scrolling, just like ListView/GridView.
  • Vertical and horizontal scrolling support.
  • Accessibility support
  • Keyboard events and navigation
  • Focus handling
Aug 12, 2014

Library to use Recycler View easily.

Dec 4, 2016

SectionedMergeAdapter is a library based on MergeAdapter by CommonsWare. It allows you to work with sections and subheaders in your ListViews. With this library, you get the advantage of stitching together the rows and the header of the subsection in the subsection itself. For example, if there are no rows in a subsection of the ListView, the header of the subsection is also not shown.

Jan 6, 2017

A library for for simplifying adapter creation.

Feb 28, 2016

An Android RecyclerView.Adapter management library that makes creating and editing heterogeneous view based lists easy.

Aug 7, 2016

Simple Library to create RecyclerView Adapters and Viewholder in a snap.

Send any data to any Viewholder without creating custom RecyclerView Adapters.

Dec 8, 2015

Simple library for DRY recycler adapter.

Jul 16, 2016

An ExpandableRecycleradapter with Recyclerview.

Jul 13, 2016

Super simple RecyclerView adapter using Data Binding Technology.

Jan 2, 2017

MultiState, section, endless recyclerView are made easily by this wrapper adapter.

Sep 17, 2015

A more elegant and easy way to build an multifunctional adapter for ListView or RecyclerView in Android.

Sep 17, 2016

Wrappers for Android adapters to simply its api at a minimum.

Aug 14, 2016

Recycling mechanism for pager adapter.

Nov 15, 2015

An adapter which supports "drag and expand" event.

Mar 8, 2016

Boilerplate code free Adapter for RecyclerView.

Jul 22, 2016

SectionCursorAdapter adds sections and fast scroll to CursorAdapter as an easily implementable feature.

Feb 19, 2015

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
Advertisement

"Favor composition over inheritance" for ListView.

Jun 25, 2016

A common RecyclerView.Adapter implementation which supports any kind of items and has useful data operating APIs such as remove, add, etc.

Apr 23, 2016

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

Jul 17, 2016

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

Attempting to make convenient for working with ViewPager and PagerAdatper.

Jun 25, 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

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

Simple way to filter your ListView or GridView content.

Sep 11, 2015