BakerJQ / Android-InfiniteCards

An infinite card switching UI for Android, support custom animation 自定义实现神奇动效的卡片切换视图
Apache License 2.0
1.73k stars 204 forks source link

Remove a card from stack #7

Closed Hbworld closed 7 years ago

Hbworld commented 7 years ago

How to remove a card from stack? Is there any method for that? Also can we get the current card-item/card-view in the CardAnimationListener

BakerJQ commented 7 years ago

For now there's no method for remove or add a card. I'll add a callback method in CardAnimationListener to get the current card-item.