Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 286 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 286 Bytes

DeckView

A ViewGroup that mimics Android (Lollipop) Recent apps screen layout.

######Note: DeckView is not a true recycler. It does recycle views - but it also updates progress map for all of its children on each scroll step. This will result in lags with large datasets.