1 مستودع
Specifies a base class for generated models, allowing shared attributes and binding logic across multiple views.
Distinct from Multiple Model Bindings: Distinct from Multiple Model Bindings: defines a shared base class for generated models, not multiple bindings on a single component.
Explore 1 awesome GitHub repository matching user interface & experience · Generated Model Base Classes. Refine with filters or upvote what's useful.
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
Defines a shared base class for generated models to reuse attributes and binding logic.