| Class | Description |
|---|---|
| FlexibleItemAnimator |
This implementation of
RecyclerView.ItemAnimator provides basic
animations on remove, add, and move events that happen to the items in
a RecyclerView. |
| FlexibleItemDecoration |
This item decorator implements identical drawing technique of
DividerItemDecorator
from Android API, and at the same time, it adds several useful functionalities:
Supports all RecyclerView LayoutManagers that implement (Linear, Grid or StaggeredGrid). |
| SmoothScrollGridLayoutManager |
Optimized implementation of GridLayoutManager to SmoothScroll to a Top position.
|
| SmoothScrollLinearLayoutManager |
Optimized implementation of LinearLayoutManager to SmoothScroll to a Top position.
|
| SmoothScrollStaggeredLayoutManager |
Optimized implementation of StaggeredGridLayoutManager to SmoothScroll to a Top position.
|
| TopSnappedSmoothScroller |
Common class for all Smooth Scroller Layout Managers.
|