Features:
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.
Android Annotation Processing Library to generate your adapters only with Annotations on your model, coming with Lint check to help you write good annotations
A Super simple library can be used for inserting elements in between RecyclerView's elements.
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.
SimpleGenericAdapter is an Android library that helps developers to create a Recyclerview
Adapter easily without repeatedly building any adapter boilerplate.
aaaah - Another Android Adapter Abstraction Here. Quick and simple approach to creating Adapters for Android.
SuperAdapter is an adapter created to avoid repeating RecyclerView
adapter and duplicated code.
Gencycler is the fastest way to write RecyclerView
adapters.
You can easily crate RecyclerviewAdapter and PagedlistAdapter using databinding with this library.
Easiest way to declare RecyclerView Adapters in Android with Kotlin! No more boilerplate code.
The easiest way to declare RecyclerView
Adapters! No more boilerplate code.
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.
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.
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.
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.
Create your RecyclerView
adapter in just 1 line
PersistentRecyclerAdapter is a simple, lite weight android library that persists data across fragment and activity recreation.
Some features
Adapter and ViewHolder that let you implement easily and a RecyclerView to be split into multi-sectioned.
Use BasicAdapter instead of separate java files for Android RecyclerView Adapters, with a more comprehensible adapter structure and databinding.
Simple Adapter used to create simple RecyclerView
adapter without creating new java file.
Adapter that is similar to the ObjectAdapter (ArrayObjectAdapter) from the Leanback support library.
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.
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.
It is a recycler view adapter that supports multiview holders, filters, and child view click events.
Simple Universal Adapter and ViewHolders generator for Recycler View.
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.
Simple multiview adapter for RecyclerView written on Kotlin.
Add footer and header & item click listener to RecyclerView
adapter.