Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Oct 27, 2015

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

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

Sep 18, 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

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

May 5, 2017

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

Renderers is an Android library created to avoid all the Adapter/ListView boilerplate needed to create a new adapter and all the spaghetti code that developers used to create following the ViewHolder classic implementation.

This Android library offers you two main classes to extend and create your own rendering algorithms out of your adapter implementation.

Renderers is an easy way to work with android ListView and Adapter classes. With this library you only have to create your renderers and declare the mapping between the object to render and the renderer.

Dec 8, 2014

EndlessRecyclerViewAdapter support for RecyclerView.Adapter.

Aug 1, 2015

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

Aug 16, 2015

Crazy easy to use RecyclerView Adapter for Reactive Applications.

May 12, 2015

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

Feb 19, 2015

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

An adapter to create Android RecyclerViews with sections, providing headers and footers.

Jul 20, 2015

A RecyclerView adapter to add sectioned headers.

May 11, 2015

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

Apr 23, 2016

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

Aug 7, 2016

This is the SIMPLEST Section Adapter available for Android's ListView. It works with list adapters that you already have. No project specific dependencies. Just include the latest jar or the sources to your Android project.

Jul 5, 2014

Simple Adapter used to create simple RecyclerView adapter without creating new java file.

Mar 13, 2018

SimpleGenericAdapter is an Android library that helps developers to create a Recyclerview Adapter easily without repeatedly building any adapter boilerplate.

Aug 12, 2019

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

A slim & clean & typeable Adapter without VIEWHOLDER.

Features:

  • No ViewHolder any more
  • No Reflection
  • Fluent & simple API
  • Multi-typeable adapter
  • Support Kotlin
  • Support Simple DiffUtils

Apr 20, 2017

Android library project that intends to simplify the usage of Adapters for ListView/GridView and RecyclerView. You won't have to code any boring adapter again!

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

This library helps you to manage RecyclerViewAdapter easier.

Sep 23, 2016

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

Sep 5, 2019

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

Jan 15, 2016

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

Jan 10, 2019

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

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
Advertisement

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

Apr 12, 2017