This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
Releases: shynline/CardStackView
Releases · shynline/CardStackView
CardStackView -Version2.1.0
add a method called updateView
to update minor value changes (consider having a counter on card you cant call notifydatasetchange
for every counter update) in visible cards without calling notifydatasetchange
which cause glitches in those cases
CardStackView -Version2.0.1
minor change
-add swipedIndex
to swipe event listener
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