Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Super simple RecyclerView adapter using Data Binding Technology.

Jan 2, 2017

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

Oct 21, 2018
Advertisement

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

Nov 3, 2018

Drag and Drop adapter implementation for RecyclerView. Targeted to support any LayoutManager and ItemAnimator.

Jan 26, 2015

The DynamicPagerAdapter extends Android's PagerAdapter to do four important things:

  • Has an accessible HashMap View cache using ViewHolders. The default implementaiton has caching, but it isn't enforced and users of the PagerAdapter don't get access to it.

  • Provides the capability to use multiple view types just like RecyclerView.

  • Handles data set changes in a much more friendly way, allowing items to be removed, added, etc. with less issues and effort on your end.

  • Includes optional discard animations. These are exposed for you to call when you want or to override and create your own.

Apr 21, 2017

Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!

May 5, 2017

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.

Jul 5, 2014

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

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

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

Add a header and/or footer to your RecyclerView - the easy way.

Oct 1, 2016

Whenever you want to display custom items in listview, then only way to achieve this is to implement your own subclass of BaseAdapter, handle all rendering, recycling, click handling, data browsing youself in getView() method. It becomes very messy as number of rows increase in your adapter, Making your code very messy & non-reusable. This library allows you to make Modular classes which will help you to introduce new row type easily.

Oct 8, 2014

Library to use Recycler View easily.

Dec 4, 2016

The code brings up an easy way of using recyclerView, with the new recycler adapters. It also contains a BaseRecyclerFragment and a RecyclerStandalone that removes a lot of boiler plate for fragments that contains either grids or lists. It also offers out of the box a DividerItemDecoration that handles the drawing of the divider in the recycler view. As well selectors for the items in your lists are handled.

Jan 21, 2015

Small and lightweight extensions to RecycerView.Adpter which adds missing ListView and GridView features to RecyclerView.

Jan 26, 2016

EfficientAdapter is an efficient adapter to make the use of RecyclerView much easier.

Oct 30, 2014

Features:

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

Mar 17, 2024

A customizable adapter for RecyclerView.

Mar 8, 2017

An ExpandableRecycleradapter with Recyclerview.

Jul 13, 2016

An adapter which supports "drag and expand" event.

Mar 8, 2016

Simple library for DRY recycler adapter.

Jul 16, 2016

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.

Jan 11, 2016

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

The easiest way to use a RecyclerView on Android.

Jan 25, 2017

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

Sep 27, 2017

Attempting to make convenient for working with ViewPager and PagerAdatper.

Jun 25, 2016

FlexibleAdapter for RecyclerView.

Jul 29, 2015

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.

Jul 5, 2014
Advertisement

Gencycler is the fastest way to write RecyclerView adapters.

Jan 5, 2019

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