Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A library to make avatar view like in tinder app.

Nov 24, 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

The ViewHolder has one function - to provide a link to the view in a layout. So when you use the RecyclerView and you need to add a new View Type in your list - you must create a new ViewHolder. It is fine when you have a couple types. But there is no need to create each time a new Holder. With this library you no need create a ViewHolder each time. The ViewFinder as a universal ViewHolder. It can provide a link to anyone view.

Nov 17, 2017

A RecyclerView with edit mode, including delete, sort function.

Nov 6, 2017

A RecyclerView with parallax folding effect.

Nov 3, 2017

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

Oct 24, 2017

An example project / library of sticky recyclerview.

This is contains below components:

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

An android pagination library.

Oct 8, 2017

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

Oct 8, 2017

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

Abstraction to build adapters with dynamic/variable view types count for Android application. It eliminates the need to manually define view types. Makes code readable and actually share view types across multiple screens (no need to write a new adapter, or add view types handling in one base adapter with endless switch statement).

Sep 11, 2017

An Android library automatically adds scroll up button to RecyclerView.

Aug 18, 2017

One recycler view adapter for all your project.

Jul 14, 2017

Ultimate RecyclerView.

Jun 15, 2017

A shimmer effect in RecyclerView.

Jun 14, 2017

A library for draggable boardview.

Jun 13, 2017

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

Fearless RecyclerView Adapter for only focus on your view

May 24, 2017

Helper library for recyclerviews to create composable view holders without boilerplate code.

Features

  1. Supports different span count for different ViewTypes.
  2. Adds different ItemDecoration for different ViewTypes.
  3. Single and Multiple selection options are available.
  4. Support for DiffUtil.
May 21, 2017

We often use the RecyclerView and the RecyclerView.Adapter for our material design apps. Going from the ListView to RecyclerView, I really missed the setEmptyView() method.

So, I extended the original RecyclerView Adapter to help manage different states in the application. The Adapter, apart from the standard list, supports three different views:

  • Loading View (While Data is being fetched)
  • Empty View (When there is not data)
  • Error View (In case of an error while fetching data)
May 11, 2017

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

May 11, 2017

Multi divider in RecyclerView on Android.

May 10, 2017

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

May 10, 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

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 way to build RecyclerView.Adapter. This adapter also has multiple ItemViewType, if needed.

Apr 29, 2017

A custom LayoutManager to build a Gallery or a ViewPager like RecyclerView that shows items in a center-locked and support both HORIZONTAL and VERTICAL scroll.And View Recycle Machine is also supported.

Mar 30, 2017

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

Mar 29, 2017

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
Advertisement

A tiny library for implementing endless loading list easily in Android applications, similar to those seen in Facebook or Twitter apps.

Feb 14, 2017