Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

InfiniteScrollListener for RecyclerView in Android.

Mar 4, 2016

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.

May 19, 2016

Custom Layout Manager for Recycler View which lays out its child views in circular or elliptical fashion

Scroll Wheel functionality implemented with Circular Relative Layout

May 1, 2017

An Easy to use adapter for android

  • No need to create separate class for adapter
  • No need of viewholder

  • More readable code

  • filtering capability
Apr 5, 2019

A sliding tabs layout implemented with the RecyclerView.

Aug 1, 2015

A divider for Android's RecyclerView using RecyclerView.ItemDecoration.

May 11, 2017

There is a simple example of how to make a carousel effect on Android.

Mar 12, 2020

An easy way to search in your recycler view without having an always-on display search view.

Ever wanted a recycler view with a search bar? That's a simple library that lets you wrap your recyclerView into my custom layout which provides a hidden searchview which you can show by scrolling up/down the recycler.

Nov 11, 2018

Tiny library with ability to provide support for infinite paginated scrolling in RecyclerView. It is able to show loading & try again layout at the bottom of the list.

Oct 7, 2016

Jubako makes things super simple to assemble rich content into a RecyclerView such as a wall of carousels (Google Play style recycler in recyclers). Jubako can load content on the fly asynchronously, infinitely with pagination.

Oct 30, 2019

Provides a simple way to extend the default RecyclerView behaviour with support for headers, footers, empty view, DiffUtil and ArrayAdapter like methods.

Nov 12, 2016

Rx based generic RecyclerView adapter library.

Dec 13, 2015

A library that removes all boilerplate code allowing you to display lists with few lines of code.

Sep 26, 2019

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

Jun 21, 2016

Konveyor is a tiny library which intends to battle RecyclerView.Adapter Hell by introducing "Composition over inheritance" approach when dealing with RecyclerView adapters. While making your Adapter related logic testable by providing abstraction layer over its logic, it will make you forget all of the ViewType hassle all together.

Sep 21, 2017

A swipeable layout for Android.

May 17, 2019

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 RecyclerView with parallax folding effect.

Nov 3, 2017

A RecyclerView extension for building list more easily.

Feb 4, 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

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

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

Mar 29, 2017

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

Dec 24, 2016

Custom RecyclerView#Adapter that implement features like ExpandableListView.

Jan 15, 2017

A library for draggable boardview.

Jun 13, 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

This library add something for swipe item settling, recover base on the Itemtouchhelper.

Sep 5, 2016

A RecyclerView with support of addHeaderView and addFooterView features.

Jun 30, 2016