aaaah - Another Android Adapter Abstraction Here. Quick and simple approach to creating Adapters for Android.
Add footer and header & item click listener to RecyclerView
adapter.
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.
A quick adapter library for ListView
, GridView
, RecyclerView
, ViewPager
and ExpandableListView
on android.
Adapter Kit is a set of useful adapters for Android. The kit currently includes:
The idea of this library is to build your adapters by composing reusable components.
"Favor composition over inheritance" for ListView
.
Simple multiview adapter for RecyclerView written on Kotlin.
This library provides support to generate Google Material Design colored lists.
Simple way to filter your ListView
or GridView
content.
Android Section Adapter allows you to easily create a RecyclerView.Adapter
which will automatically sort your data into sections and add a header above each section.
Use BasicAdapter instead of separate java files for Android RecyclerView Adapters, with a more comprehensible adapter structure and databinding.
Adapter that is similar to the ObjectAdapter (ArrayObjectAdapter) from the Leanback support library.
android-parallax-recyclerview is an adapter which could be used to achive a parallax effect on RecyclerView.
Simple Universal Adapter and ViewHolders generator for Recycler View.
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.
Assembly Adapter library allows to simplify working with adapters.
Make RecyclerView
adapter easy with Adapter annotations.
Automated configuration RecyclerView.Adapter
for Android.
BaseAdapterHelper aims to make BaseAdapter's getView() method much more readable, getting rid of the ViewHolder pattern boilerplate code.
QuickAdapter allows you to shorten the code of most usual BaseAdapter, taking care of implementing everything for you based on your data list. You only need to focus on the mapping between your view and your model.
Adapter and ViewHolder that let you implement easily and a RecyclerView to be split into multi-sectioned.
A small library to simplify RecyclerView
adapter by using auto mapping item view with model.
Boilerplate code free Adapter
for RecyclerView
.
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.
CommonAdapter can be used with ListView
and GridView
components.
An adapter library to prevent a lot of duplication code.
Core-Adapter supports any type of items in RecyclerView
with no pain.
MergeAdapter
accepts a mix of Adapters and Views and presents them as one contiguous whole to whatever ListView it is poured into. This is good for cases where you have multiple data sources, or if you have a handful of ordinary Views to mix in with lists of data, or the like.
Simply create a MergeAdapter
and call addAdapter(), addView(), or addViews() (latter accepting a List
There is also MergeSpinnerAdapter
for use with Spinner widgets.