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
·

2 repositorios

Awesome GitHub RepositoriesList Overlay Renderers

Injects custom drawing layers into list components to render persistent UI elements over scrolling content.

Distinct from Window-Based Overlay Rendering: Distinct from Window-Based Overlay Rendering: focuses on list-specific decorator layers rather than OS-level window overlays.

Explore 2 awesome GitHub repositories matching user interface & experience · List Overlay Renderers. Refine with filters or upvote what's useful.

Awesome List Overlay Renderers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • timehop/sticky-headers-recyclerviewAvatar de timehop

    timehop/sticky-headers-recyclerview

    3,785Ver en GitHub↗

    This is a library for Android RecyclerView that pins section headers to the top of a scrolling list to maintain navigation context in grouped datasets. It serves as a reusable interface component that adds persistent overlays and visual grouping to native Android list views. The component functions as a view-recycling layout decorator, reusing view holders to render sticky headers to minimize memory overhead. It includes a layout tool for touch event interception, allowing for click listeners and interactive behaviors on pinned section headers. The library covers rendering logic for fixing s

    Injects a custom drawing layer as a RecyclerView ItemDecoration to render persistent headers over scrolling content.

    Java
    Ver en GitHub↗3,785
  • devbridge/jquery-autocompleteAvatar de devbridge

    devbridge/jQuery-Autocomplete

    3,542Ver en GitHub↗

    This library is a JavaScript plugin that enhances standard text input fields with real-time, predictive search suggestions. It functions as a reusable interface component that monitors user input to display dynamic dropdown menus, allowing for the selection of data from either local arrays or remote server endpoints. The plugin distinguishes itself through its ability to manage asynchronous data retrieval, utilizing request orchestration and debouncing to optimize network traffic. It provides granular control over the suggestion lifecycle and rendering, allowing developers to define custom HT

    Renders dynamic suggestion lists in a floating container positioned relative to the input field.

    JavaScriptajax-autocompleteautocompleteautosuggest
    Ver en GitHub↗3,542
  1. Home
  2. User Interface & Experience
  3. Window-Based Overlay Rendering
  4. List Overlay Renderers