This library is an Android animation framework designed to manage the visual transitions and entrance effects of dynamic list components. It provides a collection of pre-built animation primitives that trigger automatically when items are added, removed, or moved within a list, allowing developers to apply polished motion effects to interface elements. The project distinguishes itself by offering granular control over the timing, interpolation, and sequencing of these transitions. It supports the composition of multiple animation layers and the implementation of staggered motion effects, whic
An adapter which could be used to achieve a parallax effect on RecyclerView.
👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX.
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
Pumped up RecyclerView
malinskiy/superrecyclerview की मुख्य विशेषताएं हैं: List and Grid Components, List Components, Lists and Grids।
malinskiy/superrecyclerview के ओपन-सोर्स विकल्पों में शामिल हैं: wasabeef/recyclerview-animators — This library is an Android animation framework designed to manage the visual transitions and entrance effects of… kanytu/android-parallax-recyclerview — An adapter which could be used to achieve a parallax effect on RecyclerView. afollestad/drag-select-recyclerview — 👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX. alebarreto/dragrecyclerview. alibaba/vlayout — vlayout is an Android RecyclerView extension framework that uses pluggable layout helpers to mix grid, list, sticky,… airbnb/epoxy — Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates…