awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesModel Variable Change Detection

Compares each data variable using equals and hashcode, then rebinds only the variables that changed from the previous model.

Distinct from Data Change Subscriptions: Distinct from Data Change Subscriptions: focuses on detecting changes in model variables for UI rebinding, not pushing data changes to clients in real-time.

Explore 1 awesome GitHub repository matching data & databases · Model Variable Change Detection. Refine with filters or upvote what's useful.

Awesome Model Variable Change Detection 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.
  • airbnb/epoxyAvatar de airbnb

    airbnb/epoxy

    8,556Voir sur 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

    Provides automatic detection of data variable changes to rebind only modified properties in RecyclerView items.

    Java
    Voir sur GitHub↗8,556
  1. Home
  2. Data & Databases
  3. Data Change Subscriptions
  4. Model Variable Change Detection