Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Library for creating RecyclerView with warning message of data availability.

Feb 1, 2020

android-advancedrecyclerview is a RecyclerView extension library. It provides Google's Inbox app like swiping and Play Music app like drag and drop sorting features.

Jan 27, 2015

An easy, empowering Kotlin library for RecyclerView.

May 7, 2016

Extension of RecyclerView that can get its scrolling synchronized with others of its kind.

Nov 17, 2015

A Powerful AlphabetIndex FastScroller for Android's RecyclerView! Its shows Alphabets over scrolling the recycle view from A-Z.

Feb 12, 2017

An example project / library of sticky recyclerview.

This is contains below components:

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

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

Mar 12, 2020

ARVI - Autoplayable RecyclerView Items.

ExoPlayer-based Android library that makes the implementation of the autoplayable RecyclerView video items an easy task

Jan 12, 2019

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 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

An android library for scrolling content automatically.

Jan 20, 2022

A library to make avatar view like in tinder app.

Nov 24, 2017

Powerful and flexible RecyclerAdapter.

May 29, 2016

With bdapter You can use RecyclerView without implementation of RecyclerView.Adapter and RecyclerView.ViewHolder anymore. Supports DataBinding and MVVM.

Jan 24, 2022

Beautify your RecyclerViews with a great parallax effect !

Aug 7, 2015

A library for draggable boardview.

Jun 13, 2017
Advertisement

A UI widget that allows for headers and footers on lists backed by RecyclerView.

May 18, 2015

Create carousel effect in RecyclerView with the CarouselRecyclerview in a simple way.

Jan 19, 2022

Android view centring RecyclerView.

Dec 13, 2015

Chameleoen deals with the Status of RecyclerView

Apr 12, 2018

A simple library to create Circular chips like Instagram stories or a custom recyclerView without need of adapter.

Jan 3, 2022

ChipsLayoutManager is a custom layout manager for RecyclerView which represents a Google chips material design guideline.

ChipsLayoutManager moves item to a next row when there isn't enough space left on the current. It's a next generation of TextView span implementation, flow layouts implementation with support of RecyclerView features, like ItemAnimations, recycling views etc.

Oct 28, 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

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

Nov 9, 2015

Recycler View Library with built-in Item click listeners, drag and swipe functionality.

Dec 19, 2016

Covert is an Android Library for easily implementing Material Swipe Actions in a RecyclerView. The design of the animations was based heavily around the Swipe Action Gestures demonstrated in the Material Interaction guidelines.

Oct 7, 2018

Very easy Endless scrolled, OnClick item and simple use RecyclerView adapter binding

Jul 4, 2019

Simple and flexible way to configuration RecyclerView using android data binding.

Nov 19, 2016

A simple universal RecyclerView.Adapter based on Android's DataBinding framework. Saves you from writing a new adapter implementation over and over for every new screen.

Aug 27, 2020