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
·
jiang111 avatar

jiang111/IndexRecyclerView

0
View on GitHub↗
1,148 stele·217 fork-uri·Java·Apache-2.0·2 vizualizări

IndexRecyclerView

[DEPRECATED] a Contact list implements by RecyclerView

Features

  • List and Grid Components - Contact list with indexing.
  • List Components - Contact-style indexed list view.

Istoric stele

Graficul istoricului de stele pentru jiang111/indexrecyclerviewGraficul istoricului de stele pentru jiang111/indexrecyclerview

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 IndexRecyclerView

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu IndexRecyclerView.
  • 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 IndexRecyclerView→

Întrebări frecvente

Ce face jiang111/indexrecyclerview?

[DEPRECATED] a Contact list implements by RecyclerView

Care sunt principalele funcționalități ale jiang111/indexrecyclerview?

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

Care sunt câteva alternative open-source pentru jiang111/indexrecyclerview?

Alternativele open-source pentru jiang111/indexrecyclerview 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.