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·15 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 are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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.

Which projects share features with malinskiy/superrecyclerview?

Projects with overlapping indexed features 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…

Projects sharing features with SuperRecyclerView

These projects share indexed features with SuperRecyclerView. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • Compare all 30 related projects→