Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 550 Bytes

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.