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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
J

jianghejie/XRecyclerView

0
View on GitHub↗
0 stele·0 fork-uri·5 vizualizări

XRecyclerView

Features

  • List and Grid Components - List with pull-to-refresh and load-more.
  • List Components - List with pull-to-refresh and load-more.

Istoric stele

Graficul istoricului de stele pentru jianghejie/xrecyclerviewGraficul istoricului de stele pentru jianghejie/xrecyclerview

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru XRecyclerView

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu XRecyclerView.
  • afollestad/drag-select-recyclerviewAvatar afollestad

    afollestad/drag-select-recyclerview

    1,983Vezi pe GitHub↗

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

    Kotlinandroidandroidxdrag-selection
    Vezi pe GitHub↗1,983
  • airbnb/epoxyAvatar airbnb

    airbnb/epoxy

    8,556Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,556
  • alebarreto/dragrecyclerviewA

    AleBarreto/DragRecyclerView

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • alibaba/vlayoutAvatar alibaba

    alibaba/vlayout

    10,740Vezi pe GitHub↗

    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
    Vezi pe GitHub↗10,740
Vezi toate cele 30 alternative pentru XRecyclerView→

Întrebări frecvente

Care sunt principalele funcționalități ale jianghejie/xrecyclerview?

Principalele funcționalități ale jianghejie/xrecyclerview sunt: List and Grid Components, List Components.

Care sunt câteva alternative open-source pentru jianghejie/xrecyclerview?

Alternativele open-source pentru jianghejie/xrecyclerview includ: 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.