Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Middleman is a library for helping handling items in RecyclerView adapters with better following SOLID rules. it supports both simple list and paging list in RecyclerView.

Nov 16, 2018

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

Jun 30, 2019

A RecyclerView with parallax folding effect.

Nov 3, 2017

A custom calendar view.

May 29, 2018

Library to easily add swipe-to-open functionality to any RecyclerView.

May 4, 2016

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

Dec 17, 2016

TimetableLayout is a layout manager and item decorations to display the timetable.

Features

  • Vertical Scroll
  • Horizontal Scroll
  • Horizontal Loop
  • Column Name Decoration
  • Time Decoration
  • Current Time Decoration
Feb 24, 2019

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

Mar 1, 2019

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

Mar 6, 2019

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

Dec 24, 2016

An extension to RecyclerView which will snap child Views to a specified anchor; START, CENTER or END.

Mar 29, 2017

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

Jun 21, 2016

Custom RecyclerView#Adapter that implement features like ExpandableListView.

Jan 15, 2017

async-expandable-list contains 2 View classes: CollectionView and AsyncExpandableListView.

AsyncExpandableListView displays a list of headers and loads a sub-list under a header when a header item is clicked. The loading of sub-items can be done asynchronously and there are callbacks to populate the data into the list when it's done loading.

Jan 17, 2017

This project implements one of the most beautiful animations of the class RecyclerView, the class ItemTouchHelper. The ItemTouchHelper class implements the dragging of each object on the RecyclerView class by revealing a view under the first sliding view.

Sep 16, 2018

A RecyclerView Adapter for nested items and expand/contract capabilites.

This library provides all the needed components to create recycler views that can display multiple types of views and utilize any type of parent-child relationships the provided data may have.

The data may be infinitely nested and they can have view variations based on a plethora of different data, such as their overall position on the recycler, their relative position inside their parent item, the position of their parent, the existence or not of sub-nested items and more.

Nov 16, 2018

A RecyclerView extension for building list more easily.

Feb 4, 2017

Android RecyclerView sticky header list / grid layout manager. It supports header shadows, smooth scroll, individual sticky header state and scrollbars. Can be used as simple list layout, using one column.

May 4, 2017

A library for draggable boardview.

Jun 13, 2017

Simplifies usage of the RecyclerView with multiple ViewHolders.

Sep 11, 2018

This Repository simplifies working process with RecyclerView Adapter, generates ViewHolders automatically, makes it easy to create heterogeneous list and to set OnClickListeners to itemViews or it's childViews.

Nov 18, 2017

Endless support for RecyclerView.

Jul 21, 2016

You can make sticky items in recyclerview with this library.

Nov 18, 2018

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

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

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

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

Apr 29, 2017

A lightweight library which simplifies creating RecyclerView adapters and illuminates writing boilerplate code.

Mar 23, 2020

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

Aug 31, 2015

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