Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

Indicator decorator is an indicator that can be used in ViewPager2 and RecyclerView.

Oct 6, 2019

InfiniteScrollListener for RecyclerView in Android.

Mar 4, 2016

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

UltimateRecyclerView is a RecyclerView (advanced and flexible version of ListView) with pulling to refresh, loading more, swiping to dismiss, drag and drop, animations, and many other features.

Mar 11, 2015

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

Generic Recycler View Adapter that supports multiple layout implementations in a single Recycler View.

Oct 8, 2017

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

A couple of sticky header decorations for android's RecyclerView.

May 31, 2015

Implement pagination in a few steps with RxPagination

Mar 22, 2020

A pure simple table-grid view implementation based on RecyclerView

Sep 21, 2018

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

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

Mar 12, 2020

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

May 11, 2017

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

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

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

Easy RecyclerView ItemDecoration. Flexible for multiple styles, such as margins, colours, drawables, show/hide, etc.

Oct 24, 2017

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

May 21, 2015

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

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

The Expandable RecyclerView is a library written to allow for an expanded view to be attached to each ViewHolder. To allow for full functionality of a normal RecyclerView in both the parent ViewHolder and the expanded child ViewHolder, the recyclerview has been modified to use two types of ViewHolders, a child and a parent with the ability to customize each separately.

Jul 10, 2015

Rx based generic RecyclerView adapter library.

Dec 13, 2015

Features built in:

  • ProgressBar while adapter hasn't been set
  • EmptyView if adapter is empty
  • SwipeRefreshLayout (Google's one)
  • Infinite scrolling, when you reach the X last item, load more of them
  • Swipe To Dismiss
  • Sticky headers
Dec 19, 2014

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

Sep 26, 2019

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

Aug 2, 2019

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

May 19, 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
Advertisement

A sliding tabs layout implemented with the RecyclerView.

Aug 1, 2015