1 个仓库
Binds model properties to views through generated setter methods with automatic resource handling and state saving across recycle cycles.
Distinct from Android View Binding: Distinct from Android View Binding: this is a generated setter-based binding system for RecyclerView models, not a general layout-to-field binding.
Explore 1 awesome GitHub repository matching mobile development · Generated Setter Bindings. 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
Binds model properties to views through generated setter methods with automatic resource handling.