awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesDeclarative Drawable Integration

Integrating 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.

Explore 4 awesome GitHub repositories matching user interface & experience · Declarative Drawable Integration. Refine with filters or upvote what's useful.

Awesome Declarative Drawable Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/accompanistgoogle 的头像

    google/accompanist

    7,824在 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
    在 GitHub 上查看↗7,824
  • chrisbanes/accompanistchrisbanes 的头像

    chrisbanes/accompanist

    7,822在 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
    在 GitHub 上查看↗7,822
  • javanoober/backgroundlibraryJavaNoober 的头像

    JavaNoober/BackgroundLibrary

    3,887在 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
    在 GitHub 上查看↗3,887
  • lygttpod/supertextviewlygttpod 的头像

    lygttpod/SuperTextView

    3,762在 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
    在 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
  7. Declarative Drawable Integration

探索子标签

  • Runtime Shape GeneratorsProgrammatic generation of drawable shapes and borders at runtime via code. **Distinct from Declarative Drawable Integration:** Focuses on the runtime generation of shapes using Canvas/Paint instead of extending the Drawable class for static asset rendering.