Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

It is a custom implementation of nested timeline view using RecyclerView.

Feb 26, 2016

RecyclerView for devices using arrow keys or D-Pad to navigate. The cell selector is the backbone of this library and can be heavily customized.

May 9, 2015

An android pagination library.

Oct 8, 2017

A custom RecyclerView with additional functionality. Allows you to add divider, itemSpace, emptyView, sticky header and some other features.

May 27, 2018

This library based on RecyclerView, and has a purpose easy work with lazy loading (pagination) data.

Mar 6, 2019

A quick way to implement a paging pattern for a RecyclerView. PagingRecycler will show a "loading" view at the bottom of your RecyclerView while you are waiting for a page of results from your api call, then remove it when you are finished.

Apr 2, 2016

Parallax effect on every item of your RecyclerView.

Feb 15, 2016

Parallax effect applied on a RecyclerView items with loadmore feature.

Jun 24, 2016

A RecyclerView with parallax folding effect.

Nov 3, 2017

Simple, easy and super fast dynamic view creation with awesome animations prebuilt!

Sep 28, 2016

A solution to compose RecyclerView Decoration.

The idea is to compose the decoration by combining small and simple components.

In isolation, those items are simple and easy to write and understand. But combined (or composed), they can form very complex decoration with complex selective conditions.

Dec 9, 2018

RecyclerView with zoom effect.

Mar 28, 2016

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

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

Recycler-Core provides a clean MVC framework for managing your RecyclerView Adapters.

Jul 17, 2016

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

Mar 9, 2016

This library lets the view which is the item in your RecyclerView, or more precisely, the ViewHolder.getItemView() handle the click.

Mar 11, 2016

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

Aug 31, 2015

Easy to use RecyclerView.

Jul 17, 2015

RecyclerNotifier informs your app's users about updates in RecyclerViews.

Nov 7, 2015

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

Nov 16, 2015

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 sliding tabs layout implemented with the RecyclerView.

Aug 1, 2015

This is a demo library to solve the problems with RecyclerView.

Dec 11, 2016

A library for add margin each item in RecyclerView.

Mar 12, 2018

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

Dec 9, 2017

This is an Implementation of RecyclerView using Retrofit & Glide to Create a simple Movie List.

Dec 24, 2016

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

Apr 29, 2017

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

Aug 22, 2015

A simple FastScroller for Android's RecyclerView.

Supports vertical RecyclerViews using either LinearLayoutManager or GridLayoutManager (including multiple spans).

Jan 19, 2016