Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

RecyclerView-FlexibleDivider - Android library providing simple way to control divider items of RecyclerView.

Jan 21, 2015

This library can easily configure a divider for a RecyclerView. It offers different options to customize the divider effortlessy.

May 10, 2017

The idea of the project is to make construction of simple RecyclerViews as easy as writing one line of code and supplying a data structure. Why spend time implementing multiple classes if you only need a simple RecyclerView? Currently RecyclerViews containing TextViews and ImageViews are supported with default or custom row layouts.

May 2, 2015

Android Library to provide swipe, click and other functionality to RecyclerView.

Jun 21, 2016

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

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

May 21, 2015

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

This project shows how to use extension function to handle recyclerView item and subItem listeners.

Aug 2, 2019

RecyclerViewManager supports PullToRefresh and LoadMore, U can also add headers or footers for RecyclerView. Also supports onItemClickEvent.

Jan 13, 2016

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

May 15, 2016

RecyclerView snapping example with SnapHelper.

Sep 1, 2016

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

May 19, 2015

Demo project which shows how to sync two scrolling RecyclerViews.

Jul 20, 2015

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

Jul 15, 2016

Native ItemTouch helper swipe and drag support for RecyclerView with undo action just like in "Do It" app.

Jun 18, 2016

This library contains a few core classes that are often used alongside a RecyclerView, and are intended to remove some of the tedious boilerplate code.

Jul 27, 2016

A simple RecycleView without adapter, only mapper from your model to RecycleViewCard model.

Mar 1, 2019

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

Sep 26, 2019

A custom layout manager for recycler view.

Oct 21, 2018

Inspired by cwac-adapter, RecyclerAdapterWrapper allows you to add more functionalities into an existing RecyclerView.Adapter. The wrapper delegates all behaviors to the wrapped object, you just need to override the specific behaviors you need.

Jul 31, 2015

Extensible Kotlin DSL for building dynamic reusable UI components with RecyclerView.

Jun 30, 2019

Implement pagination in a few steps with RxPagination

Mar 22, 2020

Rx based generic RecyclerView adapter library.

Dec 13, 2015

A pure simple table-grid view implementation based on RecyclerView

Sep 21, 2018

ScrollableItemList is an Android RecyclerView List with items that can scroll to reveal more content on the side.

Dec 2, 2014

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

An Android library automatically adds scroll up button to RecyclerView.

Aug 18, 2017

Easy implementation of RecyclerView with headers and items.

Oct 11, 2016

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

Apr 9, 2020

A simple library that allows you to easily delineate sections of a list or grid list.

Dec 17, 2016