Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Endless support for RecyclerView.

Jul 21, 2016

You can make sticky items in recyclerview with this library.

Nov 18, 2018

SwipeableRV is a library that provides a fast and convenient way to implement the 'swipe to dismiss' feature in Recycler View, as seen in apps such as Messenger.

SwipeableRV wraps around ItemTouchHelper from the Android Support Library. Therefore, developers do not need to do any extra work on ItemTouchHelper.Callback themselves. Instead they can just focus on creating a recycler view, adapter, and view holder as normal, plus some minimal work on specifying some details such as supported swipe directions, deletion message or icon.

May 28, 2017

Sections decorator is RecyclerView decorator that decorates multi section recycler with vertical / horizontal line and section title. Current section title is always visible. It might be useful in todo list or calendar like applications.

Nov 12, 2018

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

An easy way to build RecyclerView.Adapter. This adapter also has multiple ItemViewType, if needed.

Apr 29, 2017

A very easy-to-use and non-intrusive implement of Swipe to dismiss for RecyclerView.

May 19, 2015

RecyclerItemDecoration allows you to draw divider between items in recyclerview with multiple ViewType without considering items' positions!

Aug 31, 2015

Multi choice selection applied on recycler view make life easier.

Jun 22, 2016

A library for add margin each item in RecyclerView.

Mar 12, 2018

Beautify your RecyclerViews with a great parallax effect !

Aug 7, 2015

A shimmer effect in RecyclerView.

Jun 14, 2017

Fearless RecyclerView Adapter for only focus on your view

May 24, 2017

Kotlin Dsl for Android RecyclerView.

Jan 1, 2018

A flexible view for providing a limited rect window into a large data set, just like a two-dimensional RecyclerView. It different from RecyclerView is that it's two-dimensional (just like a Panel) and it pin the itemView of first row and first column in their original location.

Feb 16, 2017

Android Recycler View with Parallax Effect on each item, inspired by soundcloud android app.

Nov 16, 2015

Collection of tools for RecyclerView. Includes headers, sections, pull to refresh, etc.

Jul 15, 2016

An android library that provides long press drag and swipe functionality for recycler view items.

Dec 9, 2017

A library to make avatar view like in tinder app.

Nov 24, 2017

A custom layout manager for recycler view.

Oct 21, 2018

A powerful Recyclerview wrapper for working with Realm as your datastore. It supports the following features out of the box:

  • Custom adapter that automatically refreshes the list when the realm changes and animates the new items in.
  • Empty state
  • Pull-to-refresh
  • Infinite scrolling
  • Section headers
Nov 18, 2015

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

Nov 6, 2017

Easy implementation of RecyclerView with headers and items.

Oct 11, 2016

Android Library for RecyclerView to manage order of items and multiple view types.

Aug 22, 2015

An example project / library of sticky recyclerview.

This is contains below components:

  • StickyRecyclerAdapter
  • StaticLinearLayoutManager
  • StickyVerticalLayoutManager
  • MultiCheckableStickyAdapter
Oct 10, 2017

CleverRecyclerView is based on RecyclerView and provides a similar to ViewPager sliding effect.

Nov 9, 2015

We often use the RecyclerView and the RecyclerView.Adapter for our material design apps. Going from the ListView to RecyclerView, I really missed the setEmptyView() method.

So, I extended the original RecyclerView Adapter to help manage different states in the application. The Adapter, apart from the standard list, supports three different views:

  • Loading View (While Data is being fetched)
  • Empty View (When there is not data)
  • Error View (In case of an error while fetching data)
May 11, 2017

An Android library automatically adds scroll up button to RecyclerView.

Aug 18, 2017

Sticky header view or suspending view for RecyclerView. RecyclerStickyHeaderView is an Android library that makes it easy to integrate section headers stick to the top in RecyclerView.

Jan 22, 2017

A simple and reusable RecyclerView adapter.

Nov 3, 2016