Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Sick of writing ViewHolder classes, inflate xml and distinguish ViewTypes in your adapters?

Write less code with AnnotatedAdapter, an annotation processor for generating RecyclerView and AbsListView adapters.

Oct 20, 2014

Gencycler is the fastest way to write RecyclerView adapters.

Jan 5, 2019

Groupie helps you display and manage complex RecyclerView layouts.

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

Easiest way to declare RecyclerView Adapters in Android with Kotlin! No more boilerplate code.

Nov 3, 2018

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

Features:

  • easy-to-use DSL-methods for making adapters
  • support of multiple item types
  • build-in listeners
  • DiffUtil under the hood

Mar 17, 2024

FlexibleAdapter for RecyclerView.

Jul 29, 2015

FlagChatAdapter is easy to implement enchanting recycler view adapter. Just extend your adapter with FlagChatAdapter, implement some methods and voila! You have got the most beautiful looking chat on your phone. Zero boilerplate code, just put your variables in the right direction.

Oct 16, 2018

An Android library to retrofit multiple item view types.

Aug 4, 2016

Assembly Adapter library allows to simplify working with adapters.

Aug 15, 2016

Android Annotation Processing Library to generate your adapters only with Annotations on your model, coming with Lint check to help you write good annotations

Feb 2, 2022

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

android-parallax-recyclerview is an adapter which could be used to achive a parallax effect on RecyclerView.

Nov 6, 2014

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

Oct 27, 2015

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

Aug 12, 2019

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

Mar 13, 2018

Using AdapterViews has never been so easy. Inspired by the view holder design pattern, this library provides an easier way of linking AdapterViews and the underlying data for that view without having to implement your own Adapter. The EasyAdapter will do the tedious work for you.

Jul 5, 2014

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

Apr 23, 2016

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

Jan 26, 2016

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

Feb 11, 2015

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

aaaah - Another Android Adapter Abstraction Here. Quick and simple approach to creating Adapters for Android.

Feb 27, 2019

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

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

Apr 16, 2016

Drag and Drop adapter implementation for RecyclerView. Targeted to support any LayoutManager and ItemAnimator.

Jan 26, 2015

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

May 1, 2016

Adapter and ViewHolder that let you implement easily and a RecyclerView to be split into multi-sectioned.

Mar 27, 2018

Adapter that is similar to the ObjectAdapter (ArrayObjectAdapter) from the Leanback support library.

Jan 18, 2018

A beautiful leanback port for Smartphones and Tablets.

Sep 1, 2015