Android Question AS CardSlider- Card specific buttons?

Setlodi

Active Member
Hi there

I'm planning to use the AS CardSlider library and I just want to know if it is possible to add a button specific to each card?

Thanks
 

Alexander Stolte

Expert
Licensed User
Longtime User
I just want to know if it is possible to add a button specific to each card
You can load whatever you want on each card, just use the LazyLoadingAddContent event to add your content to an card.
Look at the example project, there is an example
 
Upvote 0
Top