The idea of this library is to build your adapters by composing reusable components.
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!
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.
An Adapter that allows a RecyclerView
to be split into Sections with headers and/or footers.
Android Annotation Processing Library to generate your adapters only with Annotations on your model, coming with Lint check to help you write good annotations
Groupie helps you display and manage complex RecyclerView layouts.
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.
Small and lightweight extensions to RecycerView.Adpter
which adds missing ListView
and GridView
features to RecyclerView.
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.
Assembly Adapter library allows to simplify working with adapters.
Easiest way to declare RecyclerView Adapters in Android with Kotlin! No more boilerplate code.
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.
aaaah - Another Android Adapter Abstraction Here. Quick and simple approach to creating Adapters for Android.
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.
A quick adapter library for ListView
, GridView
, RecyclerView
, ViewPager
and ExpandableListView
on android.
Simple Adapter used to create simple RecyclerView
adapter without creating new java file.
An Android library to retrofit multiple item view types.
Gencycler is the fastest way to write RecyclerView
adapters.
Drag and Drop adapter implementation for RecyclerView
. Targeted to support any LayoutManager and ItemAnimator.
Adapter library for RecyclerView
to display your app's OSS dependencies.
A small and yet powerful library, which greatly simplifies building lists of different items.
Adapter and ViewHolder that let you implement easily and a RecyclerView to be split into multi-sectioned.
This project offers an ArrayPagerAdapter
that offers another alternative PagerAdapter implementation for use with ViewPager.
Adapter that is similar to the ObjectAdapter (ArrayObjectAdapter) from the Leanback support library.
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.
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
.