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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • koral--/android-gif-drawableAvatar de koral--

    koral--/android-gif-drawable

    9,648Ver en 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
    Ver en GitHub↗9,648
  • google/accompanistAvatar de google

    google/accompanist

    7,824Ver en 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
    Ver en GitHub↗7,824
  • chrisbanes/accompanistAvatar de chrisbanes

    chrisbanes/accompanist

    7,822Ver en 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
    Ver en GitHub↗7,822
  • rey5137/materialAvatar de rey5137

    rey5137/material

    5,955Ver en 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
    Ver en GitHub↗5,955
  • jgilfelt/systembartintAvatar de jgilfelt

    jgilfelt/SystemBarTint

    5,321Ver en GitHub↗

    SystemBarTint es una librería especializada y herramienta de utilidad para Android que gestiona los colores de fondo y las dimensiones de diseño para la barra de estado y la barra de navegación del sistema. Proporciona un mecanismo para aplicar tintes de fondo personalizados a estos elementos de la interfaz del sistema, específicamente cuando se utilizan modos de ventana translúcidos. El proyecto permite la coordinación de los temas de la aplicación con la UI del sistema permitiendo el uso de colores o drawables personalizados para el tintado. Incluye herramientas para gestionar contenido a pantalla completa calculando las dimensiones exactas de píxeles y las posiciones de las barras del sistema para determinar el relleno y los insets de diseño necesarios. La librería maneja la gestión de flags de ventana para la translucidez y se integra con el diseño de vista de Android para asegurar que el contenido de la aplicación no se superponga con los componentes de la interfaz del sistema.

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

    Java
    Ver en GitHub↗5,321
  • xuexiangjys/xuiAvatar de xuexiangjys

    xuexiangjys/XUI

    5,075Ver en GitHub↗

    XUI es un framework de interfaz de usuario nativo para Android y una biblioteca de componentes diseñada para construir interfaces de aplicaciones. Proporciona un conjunto completo de diseños nativos, campos de entrada y elementos de navegación, respaldado por un sistema de gestión de temas por niveles para definir atributos visuales globales y estilos responsivos. El framework se distingue por un conjunto especializado de vistas personalizadas y kits de herramientas de interacción, incluyendo calendarios de alto rendimiento, renderizado de visualización de datos y una variedad de botones estilizados con temporizadores integrados y efectos visuales. También incluye capacidades integradas de procesamiento de medios, como escaneo de códigos de barras y QR, generación de QR personalizados e interfaz de recorte de imágenes. El proyecto cubre una amplia superficie de capacidades de UI y UX, incluyendo diversos componentes de entrada de datos, primitivas de ventanas flotantes y una amplia gama de indicadores de retroalimentación como snackbars y medidores de progreso. Además, proporciona plantillas de diseño, configuración de tipografía y sistemas de animación para gestionar transiciones de vista y retroalimentación interactiva.

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

    Javaandroidandroid-uistyles
    Ver en GitHub↗5,075
  • traex/rippleeffectAvatar de traex

    traex/RippleEffect

    4,895Ver en GitHub↗

    RippleEffect es una librería y framework de interacción para implementar animaciones de efecto ripple (onda) de Material Design dentro de aplicaciones Android. Proporciona herramientas para añadir retroalimentación visual animada a los elementos de la interfaz para señalar interacciones exitosas del usuario. La librería permite la personalización de los efectos ripple, incluyendo ajustes de color, duración y escala. Soporta tanto la configuración mediante atributos como ajustes dinámicos a través de métodos setter, e incluye una interfaz de listener para detectar cuándo una animación ripple ha terminado su ejecución.

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

    Java
    Ver en GitHub↗4,895
  • javanoober/backgroundlibraryAvatar de JavaNoober

    JavaNoober/BackgroundLibrary

    3,887Ver en 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
    Ver en GitHub↗3,887
  • lygttpod/supertextviewAvatar de lygttpod

    lygttpod/SuperTextView

    3,762Ver en 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
    Ver en 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

Explorar subetiquetas

  • 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-etiquetaIntegrating 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.