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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesRuntime Shape Generators

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

Explore 2 awesome GitHub repositories matching user interface & experience · Runtime Shape Generators. Refine with filters or upvote what's useful.

Awesome Runtime Shape Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • javanoober/backgroundlibraryAvatar von JavaNoober

    JavaNoober/BackgroundLibrary

    3,887Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,887
  • lygttpod/supertextviewAvatar von lygttpod

    lygttpod/SuperTextView

    3,762Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗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
  8. Runtime Shape Generators