1 repository
Automatically creating EpoxyModel subclasses from Litho @LayoutSpec classes with setters for each @Prop and change tracking.
Distinct from Layout-Based Model Generators: Distinct from Layout-Based Model Generators: focuses on generating models from Litho layout specs, not Android DataBinding layouts.
Explore 1 awesome GitHub repository matching user interface & experience · Litho Model Generations. 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
Automatically creates EpoxyModel subclasses for Litho @LayoutSpec classes, adding setters for each @Prop and tracking prop state changes.