This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
CardStackView -Version2.0.0
-improvements
- upgrade build tool and fix deprecated usages
- fix adding clickListener to all child of the card
-breaking changes
- improve swipe listener
- calling
notifyDataSetChange
on adapter no longer has effect
instead anotifyDataSetChange
added toCardStackView
which additionally can skip first card ( boolean input )
(if you don't need this feature simply pass false. it will act exactly like callingnotifyDataSetChange
from adapter