BakerJQ / Android-InfiniteCards

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

Show selected items from list on the view #15

Closed AtharvaAbsolute closed 5 years ago

AtharvaAbsolute commented 5 years ago

I have two items in my adapter, let's assume that there are two credit cards there on the view, one of them is activated and one is not, so I want the activated one to show on the front and the inactive to go in the back. Screenshot from 2019-03-28 07-42-28.

BakerJQ commented 5 years ago

Maybe you should implement this by control the order of your item in the item list.