A Fast Scroller for the RecyclerView world!
Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth
A ListView-like FastScroller for Android’s RecyclerView.
l4digital/fastscroll 的主要功能包括:List and Grid Components, List Components, Sidebars。
l4digital/fastscroll 的开源替代品包括: solartisan/wavesidebar. danoz73/recyclerviewfastscroller — A Fast Scroller for the RecyclerView world! airbnb/epoxy — Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates… alibaba/vlayout — vlayout is an Android RecyclerView extension framework that uses pluggable layout helpers to mix grid, list, sticky,… alphaboom/classifyview. alebarreto/dragrecyclerview.