awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesModel-to-Layout Delegation

Architectural patterns that delegate the responsibility of view creation and binding directly to the data model objects.

Distinct from Internal View Delegation: Focuses on delegating to the data model itself rather than delegating to internal specialized view components.

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

Awesome Model-to-Layout Delegation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • lisawray/groupieAvatar de lisawray

    lisawray/groupie

    3,673Voir sur GitHub↗

    Groupie is an Android list framework and data-driven UI mapper designed to organize complex list content and nested sections. It functions as a RecyclerView layout manager and grouping library that binds model objects to specific layouts while automating item changes. The library distinguishes itself by organizing related list items into manageable groups and expandable sections. It treats nested items as single units to simplify the management of complex, sectioned layouts and reduces the repetitive code required to connect data models to views. The framework covers broad capabilities inclu

    Decouples the data source from view logic by delegating view creation and binding to model objects.

    Java
    Voir sur GitHub↗3,673
  1. Home
  2. User Interface & Experience
  3. Programmatic Element Construction
  4. Android View Lifecycle Tracking
  5. Custom View Rendering
  6. Model-to-Layout Delegation