awesome-repositories.com
Blog
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
·
Back to l4digital/fastscroll

Open-source alternatives to FastScroll

30 open-source projects similar to l4digital/fastscroll, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best FastScroll alternative.

  • danoz73/recyclerviewfastscrollerAvatar von danoz73

    danoz73/RecyclerViewFastScroller

    1,119Auf GitHub ansehen↗

    A Fast Scroller for the RecyclerView world!

    Java
    Auf GitHub ansehen↗1,119
  • solartisan/wavesidebarAvatar von Solartisan

    Solartisan/WaveSideBar

    1,176Auf GitHub ansehen↗
    Java
    Auf GitHub ansehen↗1,176
  • luckyjayce/multitypeviewL

    LuckyJayce/MultiTypeView

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • khrystal/circlerecyclerviewK

    kHRYSTAL/CircleRecyclerView

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • lsjwzh/recyclerviewpagerAvatar von lsjwzh

    lsjwzh/RecyclerViewPager

    3,499Auf GitHub ansehen↗

    Deprecated

    Java
    Auf GitHub ansehen↗3,499
  • 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

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • 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
  • genius/groupieG

    Genius/groupie

    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
  • kanytu/android-parallax-recyclerviewAvatar von kanytu

    kanytu/android-parallax-recyclerview

    1,601Auf GitHub ansehen↗

    An adapter which could be used to achieve a parallax effect on RecyclerView.

    Java
    Auf GitHub ansehen↗1,601
  • alphaboom/classifyviewA

    AlphaBoom/ClassifyView

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • drakeet/multitypeAvatar von drakeet

    drakeet/MultiType

    5,759Auf GitHub ansehen↗

    MultiType is an Android RecyclerView adapter and UI component toolkit designed to map multiple data types to distinct layouts within a single scrolling list. It functions as a multi-type view manager that automates the association between diverse data models and their corresponding view holders. The library includes a data-to-view expander that transforms single data objects into multiple list items, allowing complex information patterns to be represented across several rows. This mechanism enables the representation of complex data lists through object-to-item expansion. The system manages

    Kotlinandroid-librarymultitypeone-to-many
    Auf GitHub ansehen↗5,759
  • drakeet/recyclerviewwithheadernewpracticeD

    drakeet/RecyclerViewWithHeaderNewPractice

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • everythingme/overscroll-decorAvatar von EverythingMe

    EverythingMe/overscroll-decor

    2,901Auf GitHub ansehen↗

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

    Javaandroidflinggridview
    Auf GitHub ansehen↗2,901
  • frank-zhu/androidrecyclerviewdemoF

    Frank-Zhu/AndroidRecyclerViewDemo

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bingoogolapple/bgaadapter-androidB

    bingoogolapple/BGAAdapter-Android

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • blipinsk/recyclerviewheaderAvatar von blipinsk

    blipinsk/RecyclerViewHeader

    1,284Auf GitHub ansehen↗

    DEPRECATED Super fast and easy way to create header for Android RecyclerView

    Javaandroidjavarecyclerview
    Auf GitHub ansehen↗1,284
  • alebarreto/dragrecyclerviewA

    AleBarreto/DragRecyclerView

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • h6ah4i/android-advancedrecyclerviewAvatar von h6ah4i

    h6ah4i/android-advancedrecyclerview

    5,322Auf GitHub ansehen↗

    This project is an extension library for Android RecyclerView, providing a toolkit for implementing advanced list interactions. It functions as a framework for adding drag-and-drop sorting, swipe actions, and custom row behaviors to list and grid displays. The library includes a dedicated manager for reordering elements via drag-and-drop and a swipe action framework that reveals hidden buttons through horizontal gestures. It also provides utilities for creating expandable rows and filtered views. Additional capabilities cover list section composition for headers and footers, data filtering t

    Javaandroiddrag-and-dropexpandable
    Auf GitHub ansehen↗5,322
  • cymchad/baserecyclerviewadapterhelperAvatar von CymChad

    CymChad/BaseRecyclerViewAdapterHelper

    24,607Auf GitHub ansehen↗

    This project is an Android RecyclerView adapter wrapper designed to reduce boilerplate code when building complex lists. It serves as a framework for simplifying data binding and managing the interaction between data models and their corresponding view holders. The library distinguishes itself through specialized support for multi-type layout rendering, where diverse data models are mapped to specific layouts within a single list. It provides a structural implementation for expandable list frameworks that allow users to collapse or expand hierarchical items to reveal nested content. Addition

    Kotlinandroidandroid-libraryrecyclerview
    Auf GitHub ansehen↗24,607
  • cymcsg/ultimaterecyclerviewAvatar von cymcsg

    cymcsg/UltimateRecyclerView

    7,173Auf GitHub ansehen↗

    UltimateRecyclerView is an advanced list component for Android that provides built-in support for animations, sticky headers, and pull-to-refresh. It functions as a specialized set of UI elements designed to handle draggable, expandable, infinite-scrolling, and swipeable list interfaces. The project includes a draggable list manager for reordering items through drag-and-drop interactions and an expandable list component for toggling additional item details. It implements a swipe-to-dismiss interface for item removal and a list controller that enables infinite scroll pagination by triggering d

    Javaandroidjavarecyclerview
    Auf GitHub ansehen↗7,173
  • hongyangandroid/baseadapterAvatar von hongyangAndroid

    hongyangAndroid/baseAdapter

    4,709Auf GitHub ansehen↗

    baseAdapter is a generic adapter for Android list views designed to reduce boilerplate code when mapping data collections to layouts. It serves as a bridge between data sources and UI components like RecyclerViews and GridViews, providing a reusable structure for Android list implementations. The project supports multi-type list adapters that associate specific data model classes with corresponding layout styles and view holders. It also includes a wrapper for injecting custom header and footer views into lists without modifying the original data set. Additional capabilities cover list state

    Java
    Auf GitHub ansehen↗4,709
  • jude95/easyrecyclerviewAvatar von Jude95

    Jude95/EasyRecyclerView

    2,014Auf GitHub ansehen↗

    ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView

    Java
    Auf GitHub ansehen↗2,014
  • huazhiyuan2008/recyclerviewcardgalleryAvatar von huazhiyuan2008

    huazhiyuan2008/RecyclerViewCardGallery

    2,621Auf GitHub ansehen↗

    @Deprecated RecyclerView实现Card Gallery效果,替代ViewPager方案

    Java
    Auf GitHub ansehen↗2,621
  • iwgang/familiarrecyclerviewI

    iwgang/FamiliarRecyclerView

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jaychang0917/simplerecyclerviewAvatar von jaychang0917

    jaychang0917/SimpleRecyclerView

    927Auf GitHub ansehen↗

    A RecyclerView extension for building list more easily.

    Javaandroiddiff-utilsdrag-drop
    Auf GitHub ansehen↗927
  • jdsjlzx/lrecyclerviewAvatar von jdsjlzx

    jdsjlzx/LRecyclerView

    2,463Auf GitHub ansehen↗

    RecyclerView下拉刷新,自动加载更多;仿IOS侧滑Item删除菜单(盼望大家扩展更多功能)

    Javafooterviewheaderviewheaderview-footerview
    Auf GitHub ansehen↗2,463
  • jiang111/indexrecyclerviewAvatar von jiang111

    jiang111/IndexRecyclerView

    1,148Auf GitHub ansehen↗

    DEPRECATED a Contact list implements by RecyclerView

    Javarecyclerview
    Auf GitHub ansehen↗1,148
  • jianghejie/xrecyclerviewJ

    jianghejie/XRecyclerView

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • leoleohan/recyclerrefreshL

    leoleohan/RecyclerRefresh

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0