awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesAndroid Resource Binding

A mechanism for linking static layout identifiers and resources directly to class fields.

Distinct from Android Resource Systems: Distinct from general resource systems; specifically provides the binding mechanism to fields.

Explore 2 awesome GitHub repositories matching mobile development · Android Resource Binding. Refine with filters or upvote what's useful.

Awesome Android Resource Binding GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jakewharton/butterknifeAvatar JakeWharton

    JakeWharton/butterknife

    25,364Vezi pe GitHub↗

    ButterKnife is an Android view binding library and Java annotation processor that automates the linking of UI elements and resources to class fields and methods. It functions as a system for managing view references and event listeners to reduce repetitive setup code in Android applications. The library uses compile-time code generation to replace manual view lookups and type casting with generated helper classes, ensuring a reflection-free runtime. It differentiates itself by providing mechanisms for binding interaction events directly to methods, eliminating the need for anonymous inner cla

    Links static layout identifiers and resources directly to class fields for simplified access.

    Java
    Vezi pe GitHub↗25,364
  • kotlin/ankoAvatar Kotlin

    Kotlin/anko

    15,784Vezi pe GitHub↗

    Anko is an Android Kotlin library designed to simplify application development through a set of domain-specific languages and extensions. It functions as a programmatic UI DSL, an SQLite wrapper, an SDK utility, and an asynchronous framework. The project provides a declarative layout system that allows developers to build user interfaces through code instead of static XML markup. It distinguishes itself by offering a fluent database layer that eliminates manual cursor management and a concurrency system that uses weak references to prevent memory leaks in activities. The library covers broad

    Provides mechanisms for binding Android string and image assets directly to view properties.

    Kotlin
    Vezi pe GitHub↗15,784
  1. Home
  2. Mobile Development
  3. Android Resource Binding