Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Make RecyclerView adapter easy with Adapter annotations.

May 31, 2017

Automated configuration RecyclerView.Adapter for Android.

May 12, 2017

Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!

May 5, 2017

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

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

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

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

Apr 12, 2017

A customizable adapter for RecyclerView.

Mar 8, 2017

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

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

The easiest way to use a RecyclerView on Android.

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

Super simple RecyclerView adapter using Data Binding Technology.

Jan 2, 2017

Multiple items adapter made easy, including headers and footers.

Dec 19, 2016

Library to use Recycler View easily.

Dec 4, 2016

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

Nov 26, 2016

A small library to simplify RecyclerView adapter by using auto mapping item view with model.

Nov 5, 2016

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

Nov 3, 2016

Add a header and/or footer to your RecyclerView - the easy way.

Oct 1, 2016

Groupie helps you display and manage complex RecyclerView layouts.

Sep 30, 2016

This library helps you to manage RecyclerViewAdapter easier.

Sep 23, 2016

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

Sep 18, 2016

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

Sep 17, 2016

Decouple the item(/nested viewholder) from recyclerview's adapter.

Aug 24, 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

Simplify usage of RecyclerView with various types of adapters.

Aug 14, 2016

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

Aug 14, 2016

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

Aug 7, 2016