/CardStackLayoutManager

Card Stack Layout Manager to show stack of cards in RecyclerView.

Primary LanguageJavaMIT LicenseMIT

CardStackLayoutManager - Work in Progress

This is an work-in-progress Card Stack Layout Manager to show stack of cards using RecyclerView.

Demo

Roadmap

  • Refine child view rendering algorithm.
  • Top card should be at the center of the screen.
  • SnapHelper for snapping between child views.
  • Clicking a card, expands it. So, the user to view more details.