Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Apr 1, 2016
Advertisement

This library allows you to implement GridView like card layout within ListView with added capabilities like Pagination, Addition of Header-Footer Views, also simplifies implementation for both List & Cursor data.

Oct 8, 2014

Groupie helps you display and manage complex RecyclerView layouts.

Sep 30, 2016

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

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

Aug 24, 2016

There are cases when you just need to render a simple list of static data without the hassle. You don't want to use complex solutions like Epoxy or Groupie for this purpose. This task is ItemsAdapter was created for. ItemsAdapter offers you simple DSL to create adapters.

Feb 13, 2022

You can easily crate RecyclerviewAdapter and PagedlistAdapter using databinding with this library.

Dec 14, 2018

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

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

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

May 1, 2016

A beautiful leanback port for Smartphones and Tablets.

Sep 1, 2015

MultiChoiceAdapter is an implementation of ListAdapter which adds support for modal multiple choice selection as in the native Gmail app.

Jul 5, 2014

RecyclerView adapter classes for managing multiple view types.

Apr 5, 2015

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

Sep 17, 2015

An Android library to retrofit multiple item view types.

Aug 4, 2016

Simplify usage of RecyclerView with various types of adapters.

Aug 14, 2016

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

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

Jun 26, 2016

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

OneAdapter is made to simplify and enhance the use of the RecyclerView's Adapter while preventing common mistakes. With multiple modules and hooks, you don't have to think about writing an adapter anymore, and just focus on what matters.

Features:

  • Modular approach for more reusable and testable code
  • Built-in support for DiffUtil (using Diffable)
  • Optimized performance - internal processing done on a background thread
  • 100% written in Kotlin
  • Modules:
    • Item Module
    • Paging Module
    • Emptiness Module
    • Selection Module
  • Event Hooks:
    • Click Event Hook
Aug 13, 2019

The Parchment library attempts to add the functionality that developers want to their AdapterViews, by providing horizontal and vertical scrolling to all of its AdapterViews. Parchment gives developers more control of layout by choosing from a simple horizontal List View, a GridView that wraps heights or a GridPatternView that lets a user specify the grid pattern.

Jul 21, 2014

PersistentRecyclerAdapter is a simple, lite weight android library that persists data across fragment and activity recreation.

Some features

  • Offline and Online persistent across activity recreation
  • Supports both grid and linear layout
  • Support for both Activity and Fragment
  • Delivers data fast to your RecyclerView
Apr 18, 2018

Open source project in order to implement Pinterest like list view on Android.

Feb 11, 2015

Composable adapters for Android RecyclerViews and ListViews.

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

PrimeAdapter makes working with RecyclerView easier by separating required code in a few simple and well-structured classes. It brings simplicity when you have multiple view types in a RecyclerView. By using annotation processing, it generates unique view types automatically to make the code more clear. You can use PrimeAdapter in both Kotlin and Java Android projects as the sample apps are written.

Oct 6, 2018

Recycling mechanism for pager adapter.

Nov 15, 2015
Advertisement

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

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

Nov 3, 2016