awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesGenerated View Interfaces

Creates an interface from shared props across views, enabling type-safe access to common properties on different models.

Distinct from Interface-Based Polymorphism: Distinct from Interface-Based Polymorphism: generates interfaces from view annotations for type-safe model access, not general polymorphic dispatch.

Explore 1 awesome GitHub repository matching software engineering & architecture · Generated View Interfaces. Refine with filters or upvote what's useful.

Awesome Generated View Interfaces GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • airbnb/epoxyالصورة الرمزية لـ airbnb

    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 interfaces from shared view props for type-safe polymorphic model access.

    Java
    عرض على GitHub↗8,556
  1. Home
  2. Software Engineering & Architecture
  3. Interface-Based Polymorphism
  4. Generated View Interfaces