Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

A simple universal RecyclerView.Adapter based on Android's DataBinding framework. Saves you from writing a new adapter implementation over and over for every new screen.

Aug 27, 2020

Dewey is an android widget designed to hold an unlimited number of tabs, making it ideal for allowing pagination through a list.

Aug 26, 2015

Easy RecyclerView ItemDecoration. Flexible for multiple styles, such as margins, colours, drawables, show/hide, etc.

Oct 24, 2017

Dividers is a Android library to easily create separators for your RecyclerViews. It supports a wide range dividers from a simple one that apply all your items to system of selectors to apply different styles to each item.

Sep 10, 2015

Highly customizable Android library written in Kotlin that uses AndroidX and extends RecyclerView to include extra features, such as support for gestures like swipe and drag & drop.

Oct 29, 2018

Google Photos style multi-selection for RecyclerViews.

Oct 26, 2015

A simple implementation of Drag and Drop for RecyclerView

Feb 22, 2016

A simple one class TouchListener that can be attached to any RecyclerView and handles multi selection in google photos style via long pressing on an item and moving the finger up/down to select more items (it even scrolls if you reach the edges of the RecyclerView).

Jan 25, 2017

Set of light and non-invasive extensions for Android RecyclerView widget. Does not use custom RecyclerView or LayoutManager. With this extensions you can create RecyclerView with following features:

  • Drag and drop reordering.
  • Implemented using RecyclerView.OnItemTouchListener
  • Support for custom "Drag frame" drawable
Jan 11, 2015

An example android application to set dynamic span size on GridLayoutManager, RecyclerView.

Jan 21, 2017

This library is extremely powerful since you can custom your own swipe effects "No limits for your imagination".

Jan 4, 2017

EasyAdapter allows to create you RecyclerView adapter in just 3 lines.

  • Reduce Boilerplate code to create adapter and holder.
  • You can filter adapter without coding much.
  • You will have load more features with progress bar.
  • Includes swipe to action.
  • Includes View Events callbacks (ClickEvent,CheckChangeEvent) and many more..
May 19, 2018

A set of features to work with RecyclerView:

  • Pull-to-refresh
  • Header/Footer
  • EmptyView
  • ProgressView
  • ErrorView
May 31, 2016

A RecyclerView with edit mode, including delete, sort function.

Nov 6, 2017

Endless support for RecyclerView.

Jul 21, 2016

Epoxy is an Android library for building complex screens in a RecyclerView. It abstracts the boilerplate of view holders, item types, item ids, span counts, and more, in order to simplify building screens with multiple view types. Additionally, Epoxy adds support for saving view state and automatic diffing of item changes.

Aug 26, 2016

An Android's two-dimensional RecyclerView. Not only can load historical data, but also can load future data.

Jan 29, 2017
Advertisement

The Expandable RecyclerView is a library written to allow for an expanded view to be attached to each ViewHolder. To allow for full functionality of a normal RecyclerView in both the parent ViewHolder and the expanded child ViewHolder, the recyclerview has been modified to use two types of ViewHolders, a child and a parent with the ability to customize each separately.

Jul 10, 2015

More easy way to add multiple delegates to your expandable RecyclerView.

Jun 16, 2016

Custom RecyclerView#Adapter that implement features like ExpandableListView.

Jan 15, 2017

An ExpandableRecyclerview with databinding support.

Aug 6, 2016

A library to work with RecyclerView as easily as if you'd use ListView or GridView.

Nov 24, 2015

FancyAccordionView is a custom view that can be used for showing a list of items. It extends RecyclerView and offers the following features:

  • allows you to expand and collapse each item
  • allows custom layout for extended/collapsed item
  • callback for extended/collapsed item click
  • scroll up the clicked item
Mar 8, 2018

Ultimate RecyclerView.

Jun 15, 2017

A lightweight library to tweak the fling behaviour in Android.

Jul 1, 2021

A custom LayoutManager to build a Gallery or a ViewPager like RecyclerView that shows items in a center-locked and support both HORIZONTAL and VERTICAL scroll.And View Recycle Machine is also supported.

Mar 30, 2017

One recycler view adapter for all your project.

Jul 14, 2017

An Easy to use adapter for android

  • No need to create separate class for adapter
  • No need of viewholder

  • More readable code

  • filtering capability
Apr 5, 2019

This library provides swipe & drag and drop support for RecyclerView.

Mar 23, 2016

Generic Recycler View Adapter that supports multiple layout implementations in a single Recycler View.

Oct 8, 2017