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.
Die Hauptfunktionen von l4digital/fastscroll sind: List and Grid Components, List Components, Sidebars.
Open-Source-Alternativen zu l4digital/fastscroll sind unter anderem: 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.