An Android library to retrofit multiple item view types.
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.
Groupie helps you display and manage complex RecyclerView layouts.
An Adapter that allows a RecyclerView
to be split into Sections with headers and/or footers.
Open source project in order to implement Pinterest like list view on Android.
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.
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.
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.
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!
Creating adapters each time you want to use a RecyclerView is boring. Also, creating an adapter that accepts different types of data, with its corresponding views, and manage them generates adapters with lines and lines of code that are difficult to maintain.
RecyclerViewRenderers is a library whose main objective is to reduce the time you spend fighting against RecyclerView.
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.
This project offers an ArrayPagerAdapter
that offers another alternative PagerAdapter implementation for use with ViewPager.
Small and lightweight extensions to RecycerView.Adpter
which adds missing ListView
and GridView
features to RecyclerView.
Easiest way to declare RecyclerView Adapters in Android with Kotlin! No more boilerplate code.
FunDapter is a new approach to Android ListView Adapters. Achieve more. Write less code. Fix less bugs. Simply declare which fields you want and apply behaviours to them.
A quick adapter library for ListView
, GridView
, RecyclerView
, ViewPager
and ExpandableListView
on android.
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.
Drag and Drop adapter implementation for RecyclerView
. Targeted to support any LayoutManager and ItemAnimator.
Simple Adapter used to create simple RecyclerView
adapter without creating new java file.
Adapter library for RecyclerView
to display your app's OSS dependencies.
MultiChoiceAdapter is an implementation of ListAdapter which adds support for modal multiple choice selection as in the native Gmail app.
Gencycler is the fastest way to write RecyclerView
adapters.
Adapter and ViewHolder that let you implement easily and a RecyclerView to be split into multi-sectioned.
A small and yet powerful library, which greatly simplifies building lists of different items.
An AdapterView with support for vertical and horizontal scrolling.
Features:
GenericRenderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView with adapters.
Composable adapters for Android RecyclerViews
and ListViews
.
Adapter Kit is a set of useful adapters for Android. The kit currently includes: