awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

Awesome GitHub RepositoriesCustom Drawables

Custom implementations of Android Drawable classes for specialized image rendering.

Distinct from Custom View Rendering: Focuses on the Drawable object implementation rather than the View's measurement and drawing methods.

Explore 9 awesome GitHub repositories matching user interface & experience · Custom Drawables. Refine with filters or upvote what's useful.

Awesome Custom Drawables GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • koral--/android-gif-drawableAvatar koral--

    koral--/android-gif-drawable

    9,648Vezi pe GitHub↗

    android-gif-drawable is a rendering library for displaying and controlling animated GIF images within Android image views and drawables. It provides a custom drawable implementation for frame-based animations, a playback system for seeking and looping, and a metadata extractor for retrieving technical properties such as frame counts and loop settings. The library enables the synchronization of a single animation instance across multiple views to ensure consistent playback. It supports loading GIF data from various sources, including assets, resources, URIs, byte arrays, files, and input strea

    Implements a custom Drawable class to integrate animation logic directly into the Android view system.

    Java
    Vezi pe GitHub↗9,648
  • google/accompanistAvatar google

    google/accompanist

    7,824Vezi pe GitHub↗

    Accompanist is a collection of extension libraries that provide additional functionality and specialized components for the Jetpack Compose UI framework. It serves as a toolkit for implementing common layout and system tasks that extend the core capabilities of declarative UI development on Android. The library provides specialized utilities for managing modal bottom sheet destinations and defining custom animations for screen transitions within a navigation graph. It includes tools for detecting screen folds and display features to create adaptive layouts that adjust based on window size and

    Bridges legacy Android drawable assets into a declarative painting system for vector graphics.

    Kotlinandroid-libraryjetpack-compose
    Vezi pe GitHub↗7,824
  • chrisbanes/accompanistAvatar chrisbanes

    chrisbanes/accompanist

    7,822Vezi pe GitHub↗

    Accompanist is a Jetpack Compose extension library providing a set of utility components and libraries that fill functional gaps in the declarative UI framework. The project provides an adaptive layout toolkit for building user interfaces that automatically adjust based on Android screen size and device configuration. It includes a renderer for converting standard Android Drawable assets into formats compatible with a declarative painting system, as well as a manager for requesting and tracking Android system permissions.

    Converts traditional Android Drawable assets for use within a declarative painting system.

    Kotlin
    Vezi pe GitHub↗7,822
  • rey5137/materialAvatar rey5137

    rey5137/material

    5,955Vezi pe GitHub↗

    A library to bring fully animated Material Design components to pre-Lolipop Android.

    Ships a custom drawable engine that brings Material ripple effects to older Android versions.

    Javaandroidjavamaterial
    Vezi pe GitHub↗5,955
  • jgilfelt/systembartintAvatar jgilfelt

    jgilfelt/SystemBarTint

    5,321Vezi pe GitHub↗

    SystemBarTint este o bibliotecă specializată și un instrument utilitar pentru Android care gestionează culorile de fundal și dimensiunile de layout pentru bara de stare și bara de navigare a sistemului. Oferă un mecanism pentru aplicarea de nuanțe (tints) de fundal personalizate acestor elemente de interfață ale sistemului, în special atunci când se utilizează moduri de fereastră translucide. Proiectul permite coordonarea temelor aplicației cu UI-ul sistemului prin permiterea utilizării de culori sau drawable-uri personalizate pentru nuanțare. Include instrumente pentru a gestiona conținutul full-bleed prin calcularea dimensiunilor și pozițiilor exacte ale pixelilor barelor de sistem pentru a determina padding-ul și inset-urile de layout necesare. Biblioteca gestionează managementul flag-urilor de fereastră pentru translucență și se integrează cu layout-ul de view Android pentru a asigura că conținutul aplicației nu se suprapune cu componentele interfeței de sistem.

    Implements custom color resources and drawables for tinting Android system bar backgrounds.

    Java
    Vezi pe GitHub↗5,321
  • xuexiangjys/xuiAvatar xuexiangjys

    xuexiangjys/XUI

    5,075Vezi pe GitHub↗

    XUI este un framework UI nativ pentru Android și o bibliotecă de componente concepută pentru construirea interfețelor de aplicații. Oferă o suită cuprinzătoare de layout-uri native, câmpuri de introducere și elemente de navigare, susținute de un sistem de gestionare a temelor pe niveluri pentru definirea atributelor vizuale globale și a stilurilor responsive. Framework-ul se distinge printr-un set specializat de view-uri personalizate și seturi de instrumente de interacțiune, inclusiv calendare de înaltă performanță, randarea vizualizării datelor și o varietate de butoane stilizate cu cronometre integrate și efecte vizuale. Include, de asemenea, capabilități integrate de procesare media, cum ar fi scanarea codurilor de bare și QR, generarea de QR-uri personalizate și o interfață de decupare a imaginilor. Proiectul acoperă o arie largă de capabilități UI și UX, incluzând diverse componente de introducere a datelor, primitive pentru ferestre flotante și o gamă largă de indicatori de feedback, cum ar fi snackbars și bare de progres. Oferă, de asemenea, șabloane de layout, configurarea tipografiei și sisteme de animație pentru gestionarea tranzițiilor de view-uri și a feedback-ului interactiv.

    Allows for the programmatic generation of custom Android Drawables, such as rounded rectangles and circle gradients.

    Javaandroidandroid-uistyles
    Vezi pe GitHub↗5,075
  • traex/rippleeffectAvatar traex

    traex/RippleEffect

    4,895Vezi pe GitHub↗

    RippleEffect is a library and interaction framework for implementing Material Design ripple animations within Android applications. It provides tools to add animated visual feedback to interface elements to signal successful user interactions. The library allows for the customization of ripple effects, including adjustments to color, duration, and scale. It supports both configuration via attributes and dynamic adjustments through setter methods, and includes a listener interface to detect when a ripple animation has finished its execution.

    Implements a specialized Android Drawable class to simulate Material Design ripple touch feedback.

    Java
    Vezi pe GitHub↗4,895
  • javanoober/backgroundlibraryAvatar JavaNoober

    JavaNoober/BackgroundLibrary

    3,887Vezi pe GitHub↗

    BackgroundLibrary is an Android UI styling framework and programmatic drawable generator. It provides a system for defining user interface components, backgrounds, and state-to-visual mappings through layout attributes and fluent code builders. The library enables the creation of complex background shapes, gradients, and strokes programmatically, removing the need for static XML resource files. It includes a view state manager that maps user interaction events, such as pressed or focused states, to specific visual changes in colors or strokes at runtime. The framework covers a broad range of

    Provides a runtime engine for programmatically generating geometric backgrounds, gradients, and strokes.

    Javaandroiddrawableselector
    Vezi pe GitHub↗3,887
  • lygttpod/supertextviewAvatar lygttpod

    lygttpod/SuperTextView

    3,762Vezi pe GitHub↗

    SuperTextView is a custom Android UI component that combines multiple text and image segments into a single view to reduce layout hierarchy depth and improve performance. It functions as an interactive text component and a layout optimization tool, rendering complex compositions on a single canvas. The component features a programmatic styling system for defining borders, corner radii, and fill colors via code rather than static XML drawable files. It also integrates with third-party image loading libraries to fetch and display remote assets directly within its structured layouts. The view u

    Creates shapes and borders programmatically using Paint and Canvas instead of relying on static XML drawable files.

    Java
    Vezi pe GitHub↗3,762
  1. Home
  2. User Interface & Experience
  3. Programmatic Element Construction
  4. Android View Lifecycle Tracking
  5. Custom View Rendering
  6. Custom Drawables

Explorează sub-etichetele

  • Attribute-Driven GeneratorsTranslates custom layout attributes into programmatic drawable objects at runtime. **Distinct from Custom Drawables:** Focuses on the runtime translation of XML attributes to drawables, distinct from custom drawable class implementations.
  • Declarative Drawable Integration1 sub-tagIntegrating legacy drawable assets into a declarative painting system. **Distinct from Custom Drawables:** Focuses on the bridge to a declarative system rather than just custom implementation of drawables.
  • Dynamic Arrow PointersDrawables that adjust their position and orientation based on the relative placement of a popup and its anchor. **Distinct from Custom Drawables:** Focuses on the dynamic geometry of a pointer arrow rather than a static custom drawable image.
  • Fluent Drawable BuildersConstructs complex background shapes and color lists using a fluent builder interface. **Distinct from Custom Drawables:** Focuses on the fluent builder pattern for drawable generation, distinct from custom drawable class implementations.
  • Material Ripple DrawablesCustom Android Drawable implementations that simulate Material Design ripple touch feedback on pre-Lollipop devices. **Distinct from Custom Drawables:** Distinct from Custom Drawables: specifically implements Material Design ripple animations, not general-purpose custom drawables.
  • System Bar TintsSpecialized drawables used specifically for tinting system status and navigation bars. **Distinct from Custom Drawables:** Focuses on the application of colors to system bars rather than general image rendering implementations.