Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Crazy easy to use RecyclerView Adapter for Reactive Applications.

May 12, 2015

This tool allows you to no longer worry about adapters. Now you will only create your ViewHolder. A simple tools to take in hand that should answer all your use cases.

Communication management between your Views & ViewHolders is possible. Creating sections is now very easily. Enjoy.

Nov 3, 2017

The DynamicPagerAdapter extends Android's PagerAdapter to do four important things:

  • Has an accessible HashMap View cache using ViewHolders. The default implementaiton has caching, but it isn't enforced and users of the PagerAdapter don't get access to it.

  • Provides the capability to use multiple view types just like RecyclerView.

  • Handles data set changes in a much more friendly way, allowing items to be removed, added, etc. with less issues and effort on your end.

  • Includes optional discard animations. These are exposed for you to call when you want or to override and create your own.

Apr 21, 2017

Whenever you want to display custom items in listview, then only way to achieve this is to implement your own subclass of BaseAdapter, handle all rendering, recycling, click handling, data browsing youself in getView() method. It becomes very messy as number of rows increase in your adapter, Making your code very messy & non-reusable. This library allows you to make Modular classes which will help you to introduce new row type easily.

Oct 8, 2014

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

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

Oct 27, 2015

An ExpandableRecycleradapter with Recyclerview.

Jul 13, 2016

Make RecyclerView adapter easy with Adapter annotations.

May 31, 2017

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

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

Jun 26, 2016

Automated configuration RecyclerView.Adapter for Android.

May 12, 2017

EndlessRecyclerViewAdapter support for RecyclerView.Adapter.

Aug 1, 2015

LastPagerAdapter eliminates the need to write long, boilerplate Adapters for ViewPagers by using simple, concise API. Uses Android Data Binding. Supports both Java and Kotlin. Written in Kotlin.

Feb 4, 2017

Mystique is a Kotlin library for Android’s RecyclerView which allows you to create homogeneous and heterogeneous lists effortlessly using an universal adapter. It’s RecyclerView.Adapter on steroids, written purely in Kotlin (oh yeah, with extension functions too).

Jun 1, 2017

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

Jun 4, 2017

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

May 5, 2017

Multiple items adapter made easy, including headers and footers.

Dec 19, 2016
Advertisement

A RecyclerView adapter to add sectioned headers.

May 11, 2015

This library helps you to manage RecyclerViewAdapter easier.

Sep 23, 2016

A customizable adapter for RecyclerView.

Mar 8, 2017

Library to use Recycler View easily.

Dec 4, 2016

Super simple RecyclerView adapter using Data Binding Technology.

Jan 2, 2017

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

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

Boilerplate code free Adapter for RecyclerView.

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