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
kanytu avatar

kanytu/android-parallax-recyclerview

0
View on GitHub↗
1,601 stars·279 forks·Java·Apache-2.0·13 views

Android Parallax Recyclerview

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

Features

  • List and Grid Components - List with parallax effects.
  • List Components - Parallax scrolling effect for lists.
  • Lists and Grids - Recycler view with parallax header support.

Star history

Star history chart for kanytu/android-parallax-recyclerviewStar history chart for kanytu/android-parallax-recyclerview

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

Projects sharing features with Android Parallax Recyclerview

These projects share indexed features with Android Parallax Recyclerview. 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
  • malinskiy/superrecyclerviewMalinskiy avatar

    Malinskiy/SuperRecyclerView

    2,609View on GitHub↗

    Pumped up RecyclerView

    Java
    View on GitHub↗2,609
  • 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→

Frequently asked questions

What does kanytu/android-parallax-recyclerview do?

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

What are the main features of kanytu/android-parallax-recyclerview?

The main features of kanytu/android-parallax-recyclerview are: List and Grid Components, List Components, Lists and Grids.

Which projects share features with kanytu/android-parallax-recyclerview?

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… malinskiy/superrecyclerview — Pumped up 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…