1 مستودع
Checks at compile time that every annotated attribute field implements equals and hashCode to ensure correct diffing behavior.
Distinct from Equals-HashCode Consistency Checks: Distinct from Equals-HashCode Consistency Checks: this is about validating attribute fields for RecyclerView diffing, not general consistency checks.
Explore 1 awesome GitHub repository matching software engineering & architecture · Attribute Contract Validators. 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
Checks at compile time that every annotated attribute field implements equals and hashCode for correct diffing.