awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesLayout-Based Model Generators

Automatically creates EpoxyModel classes for each data binding layout, binding layout variables when the model is bound.

Distinct from Data Binding: Distinct from Data Binding: focuses on generating model classes from layout files, not general data-to-UI synchronization.

Explore 1 awesome GitHub repository matching user interface & experience · Layout-Based Model Generators. Refine with filters or upvote what's useful.

Awesome Layout-Based Model Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • airbnb/epoxyairbnb 的头像

    airbnb/epoxy

    8,556在 GitHub 上查看↗

    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

    Generates RecyclerView model classes automatically from Android DataBinding layout files.

    Java
    在 GitHub 上查看↗8,556
  1. Home
  2. User Interface & Experience
  3. Data Binding
  4. Layout-Based Model Generators

探索子标签

  • Litho Model GenerationsAutomatically 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.