Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Boilerplate code free Adapter for RecyclerView.

Jul 22, 2016

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

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

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

An ExpandableRecycleradapter with Recyclerview.

Jul 13, 2016

Composable adapters for Android RecyclerViews and ListViews.

Jul 9, 2016

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

  • Based on Android Data Binding
  • Written in Kotlin
  • 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 changed
  • Supports multiple view types
  • Manage item click/long-click in layout or builder
  • Optional OnBindListener's
  • Very fast -- no reflection
  • Super easy API
  • Tiny size: 31 KB
  • Minimum Android SDK: 9
Jun 30, 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

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

Jun 26, 2016

"Favor composition over inheritance" for ListView.

Jun 25, 2016

Attempting to make convenient for working with ViewPager and PagerAdatper.

Jun 25, 2016

SwipeActionAdapter is a library that provides a simple API to create Mailbox-like action when swiping in a ListView. The idea is to make it simple enough to implement while still providing sufficient options to allow you to integrate it with the design of your application.

Jun 25, 2016

An adapter library to prevent a lot of duplication code.

Jun 15, 2016

Saves and restores View states in ViewPagers.

Jun 8, 2016

Adapter library for RecyclerView to display your app's OSS dependencies.

May 1, 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

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers.

Apr 23, 2016

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

Apr 16, 2016

GenericRenderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView with adapters.

Apr 1, 2016

An adapter which supports "drag and expand" event.

Mar 8, 2016

A library for for simplifying adapter creation.

Feb 28, 2016

Small and lightweight extensions to RecycerView.Adpter which adds missing ListView and GridView features to RecyclerView.

Jan 26, 2016

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

Jan 15, 2016

The RecyclerView is one of the most used widgets in the Android world, and with it you have to implement an Adapter which provides the items for the view. Most use cases require the same base logic, but require you to write everything again and again.

The FastAdapter is here to simplify this process. You don't have to worry about the adapter anymore. Just write the logic for how your view should look like, and you are done.

Jan 11, 2016

CommonAdapter can be used with ListView and GridView components.

Dec 24, 2015

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

Recycling mechanism for pager adapter.

Nov 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

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

Oct 27, 2015