Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Features:

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

Mar 17, 2024

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

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

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

Sep 5, 2019

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

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

Aug 12, 2019

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

Feb 27, 2019

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

Jan 10, 2019

Gencycler is the fastest way to write RecyclerView adapters.

Jan 5, 2019

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

Dec 14, 2018

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

Nov 3, 2018

The easiest way to declare RecyclerView Adapters! No more boilerplate code.

Oct 21, 2018

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

This tool allows you to no longer worry about adapters. Now you will only create your ViewHolder. Communication management between your Views and your ViewHolders is possible. Creating sections is now very easily. Enjoy.

Oct 7, 2018

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

A simple multiview adapter for RecyclerView written in Kotlin.

Sep 10, 2018

Android library designed to enrich and make your RecyclerView adapters more SOLID

Adapster will help you make your RecyclerView adapters more manageable and overall enrich your RecyclerView experience.

Aug 26, 2018
Advertisement

Create your RecyclerView adapter in just 1 line

  • Reduce Boilerplate code to create adapter and holder.
  • includes View Events callbacks (ClickEvent,CheckChangeEvent)
Jun 6, 2018

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

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

Mar 27, 2018

Use BasicAdapter instead of separate java files for Android RecyclerView Adapters, with a more comprehensible adapter structure and databinding.

Mar 18, 2018

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

Mar 13, 2018

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

Jan 18, 2018

This project demonstrates of simple approach for implementation complex lists, based on RecyclerView.

You don't need call methods notify...(), beсause it is called automatically when you set data. You also don't need extend RecyclerView.Adapter.

You need only create ItemController for each type of list items and describe order of elements in Activity / Fragment. ItemController incapsulates all interactions with list item, so it is very easy for reading, modifying and reusing.

Dec 3, 2017

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

It is a recycler view adapter that supports multiview holders, filters, and child view click events.

Sep 27, 2017

Simple Universal Adapter and ViewHolders generator for Recycler View.

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

Simple multiview adapter for RecyclerView written on Kotlin.

Jun 23, 2017

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

Jun 4, 2017