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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Malinskiy avatar

Malinskiy/SuperRecyclerViewArchived

0
View on GitHub↗
2,609 stars·463 forks·Java·14 views

SuperRecyclerView

Pumped up RecyclerView

Features

  • List and Grid Components - Easy-to-use list component.
  • List Components - Simplified RecyclerView setup.
  • Lists and Grids - Enhanced list view with loading and empty states.

Star history

Star history chart for malinskiy/superrecyclerviewStar history chart for malinskiy/superrecyclerview

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does malinskiy/superrecyclerview do?

Pumped up RecyclerView

What are the main features of malinskiy/superrecyclerview?

The main features of malinskiy/superrecyclerview are: List and Grid Components, List Components, Lists and Grids.

What are some open-source alternatives to malinskiy/superrecyclerview?

Open-source alternatives to malinskiy/superrecyclerview include: wasabeef/recyclerview-animators — This library is an Android animation framework designed to manage the visual transitions and entrance effects of… kanytu/android-parallax-recyclerview — An adapter which could be used to achieve a parallax effect on RecyclerView. afollestad/drag-select-recyclerview — 👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX. alebarreto/dragrecyclerview. alibaba/vlayout — vlayout is an Android RecyclerView extension framework that uses pluggable layout helpers to mix grid, list, sticky,… airbnb/epoxy — Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates…

Open-source alternatives to SuperRecyclerView

Similar open-source projects, ranked by how many features they share with SuperRecyclerView.
  • wasabeef/recyclerview-animatorswasabeef avatar

    wasabeef/recyclerview-animators

    11,543View on GitHub↗

    This library is an Android animation framework designed to manage the visual transitions and entrance effects of dynamic list components. It provides a collection of pre-built animation primitives that trigger automatically when items are added, removed, or moved within a list, allowing developers to apply polished motion effects to interface elements. The project distinguishes itself by offering granular control over the timing, interpolation, and sequencing of these transitions. It supports the composition of multiple animation layers and the implementation of staggered motion effects, whic

    Kotlinandroidandroid-libraryanimation
    View on GitHub↗11,543
  • kanytu/android-parallax-recyclerviewkanytu avatar

    kanytu/android-parallax-recyclerview

    1,601View on GitHub↗

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

    Java
    View on GitHub↗1,601
  • afollestad/drag-select-recyclerviewafollestad avatar

    afollestad/drag-select-recyclerview

    1,983View on GitHub↗

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

    Kotlinandroidandroidxdrag-selection
    View on GitHub↗1,983
  • airbnb/epoxyairbnb avatar

    airbnb/epoxy

    8,556View on 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
    View on GitHub↗8,556
  • See all 30 alternatives to SuperRecyclerView→