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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EverythingMe avatar

EverythingMe/overscroll-decor

0
View on GitHub↗
2,901 Stars·396 Forks·Java·BSD-2-Clause·2 Aufrufe

Overscroll Decor

Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.

Features

  • List and Grid Components - iOS-style overscroll effect.
  • List Components - iOS-style overscroll effect.

Star-Verlauf

Star-Verlauf für everythingme/overscroll-decorStar-Verlauf für everythingme/overscroll-decor

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Overscroll Decor

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Overscroll Decor.
  • afollestad/drag-select-recyclerviewAvatar von afollestad

    afollestad/drag-select-recyclerview

    1,983Auf GitHub ansehen↗

    👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX.

    Kotlinandroidandroidxdrag-selection
    Auf GitHub ansehen↗1,983
  • airbnb/epoxyAvatar von airbnb

    airbnb/epoxy

    8,556Auf GitHub ansehen↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Java
    Auf GitHub ansehen↗8,556
  • alebarreto/dragrecyclerviewA

    AleBarreto/DragRecyclerView

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alibaba/vlayoutAvatar von alibaba

    alibaba/vlayout

    10,740Auf GitHub ansehen↗

    vlayout is an Android RecyclerView extension framework that uses pluggable layout helpers to mix grid, list, sticky, staggered, and fixed layouts within a single scrollable view. It provides a modular layout delegation system where each section of the RecyclerView is assigned a dedicated layout helper that manages its own measurement, placement, and decoration, enabling complex heterogeneous content displays. The framework extends RecyclerView's LayoutManager to delegate layout logic to these modular helper components, supporting features like sticky headers that remain visible at the top dur

    Javaandroidlayoutlayout-manager
    Auf GitHub ansehen↗10,740
Alle 30 Alternativen zu Overscroll Decor anzeigen→

Häufig gestellte Fragen

Was macht everythingme/overscroll-decor?

Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.

Was sind die Hauptfunktionen von everythingme/overscroll-decor?

Die Hauptfunktionen von everythingme/overscroll-decor sind: List and Grid Components, List Components.

Welche Open-Source-Alternativen gibt es zu everythingme/overscroll-decor?

Open-Source-Alternativen zu everythingme/overscroll-decor sind unter anderem: afollestad/drag-select-recyclerview — 👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX. airbnb/epoxy — Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates… alebarreto/dragrecyclerview. alibaba/vlayout — vlayout is an Android RecyclerView extension framework that uses pluggable layout helpers to mix grid, list, sticky,… alphaboom/classifyview. bingoogolapple/bgaadapter-android.