This project shows how to use extension function to handle recyclerView item and subItem listeners.
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.
A RecyclerView
that looks like a TableView
, can scroll horizontally and vertically with a fixed header at the same time.
A simple app that shows categories, subcategories and items.
An example android application to set dynamic span size on GridLayoutManager
, RecyclerView
.
This is an Implementation of RecyclerView using Retrofit & Glide to Create a simple Movie List.
RecyclerView
snapping example with SnapHelper.
Native ItemTouch
helper swipe and drag support for RecyclerView
with undo action just like in "Do It" app.
This example project is an attempt at a simple implementation of sectioned, expandable, grid RecyclerView
.
A simple implementation of Drag and Drop for RecyclerView
Demo project which shows how to sync two scrolling RecyclerView
s.
This project shows how to visualize a tree structure using RecyclerView
.