awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • timehop/sticky-headers-recyclerviewالصورة الرمزية لـ timehop

    timehop/sticky-headers-recyclerview

    3,785عرض على 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
    عرض على GitHub↗3,785
  • devbridge/jquery-autocompleteالصورة الرمزية لـ devbridge

    devbridge/jQuery-Autocomplete

    3,542عرض على 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
    عرض على GitHub↗3,542
  1. Home
  2. User Interface & Experience
  3. Window-Based Overlay Rendering
  4. List Overlay Renderers