Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

StickyTimeLine is timeline view for Android.

Jan 5, 2018

A library that allows using sections with sticky headers in RecyclerView.

Apr 9, 2020

Covert is an Android Library for easily implementing Material Swipe Actions in a RecyclerView. The design of the animations was based heavily around the Swipe Action Gestures demonstrated in the Material Interaction guidelines.

Oct 7, 2018

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

Mar 23, 2016

Multi divider in RecyclerView on Android.

May 10, 2017

An android pagination library.

Oct 8, 2017

ChipsLayoutManager is a custom layout manager for RecyclerView which represents a Google chips material design guideline.

ChipsLayoutManager moves item to a next row when there isn't enough space left on the current. It's a next generation of TextView span implementation, flow layouts implementation with support of RecyclerView features, like ItemAnimations, recycling views etc.

Oct 28, 2016

ShyShark is Swipeable card stack view like Tinder.

Jan 1, 2020

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

Nov 24, 2015

An Android RecyclerView enhancement library focused on simplifying common use cases and filling in gaps between the ListView and the RecyclerView.

Mar 9, 2016

Convenience library to handle different view types with different presenters in a single RecyclerView.

May 15, 2016

Easily add Sticky Headers to your RecyclerView.

Jul 16, 2016

Features built in:

  • ProgressBar while adapter hasn't been set
  • EmptyView if adapter is empty
  • SwipeRefreshLayout (Google's one)
  • Infinite scrolling, when you reach the X last item, load more of them
  • Swipe To Dismiss
  • Sticky headers
Dec 19, 2014

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

Helper library for recyclerviews to create composable view holders without boilerplate code.

Features

  1. Supports different span count for different ViewTypes.
  2. Adds different ItemDecoration for different ViewTypes.
  3. Single and Multiple selection options are available.
  4. Support for DiffUtil.
May 21, 2017

Kotlin way of building RecyclerView Adapter. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will help you.

Aug 3, 2020

It is not a custom TabLayout or RecyclerView. It is just a helper library to attach to your RecyclerView with your TabLayout. If you don't want to go with sticky header RecyclerView or something like that, and also want to provide a good experience when your user is scrolling the content, this small library is for you.

Dec 8, 2019

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
Advertisement

Don't write a RecyclerView adapter again. Not even a ViewHolder!

  • Based on Android Data Binding
  • Written in Kotlin
  • Supports LiveData
  • No need to write the adapter
  • No need to write the ViewHolders
  • No need to modify your model classes
  • No need to notify the adapter when data set changes
  • Supports multiple item view types
  • Optional Callbacks/Listeners
  • Very fast — no reflection
  • Super easy API
  • Minimum Android SDK: 19
Dec 22, 2020

Never code any boilerplate RecyclerAdapter again!

This library will make it easy and painless to map your data items with target ViewHolders. It also supports dynamic nested SmartRecyclerAdapters and complex view event listeners. 100% written in Kotlin!

Jul 12, 2019

A library for make an easy and faster RecyclerView without adapter.

Sep 26, 2019

Drag & drop item decorator for RecyclerView with support for highlighting hovered items.

Mar 11, 2018

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

Jan 4, 2017

The RecyclerViewFastScroller is a widget that can be added to a layout and connected to a RecyclerView for fast scrolling. In the interest of time, I am pushing out some usable code, but I plan on updating this to better support easy customization and inclusion in projects.

Feb 22, 2015

A couple of sticky header decorations for android's RecyclerView.

May 31, 2015

Super fast and easy way to create header for Android RecyclerView.

May 21, 2015

Indicator decorator is an indicator that can be used in ViewPager2 and RecyclerView.

Oct 6, 2019

RecyclerViewHelper provides the most common functions around recycler view like Swipe to dismiss, Drag and Drop, Divider in the ui, events for when item selected and when not selected, on-click listener for items.

May 10, 2016

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