Android Question AS CardSlider questions

stanks

Active Member
Licensed User
Longtime User
Hi

Clicking on previous card (SideGap?) doesn't slide to previous but to next card always.

1701013989792.png

This is by design (clicking on centered card slides to next card, so maybe there is no event for clicking on sidegap for previous/next card) or maybe a bug?

Second how lazy loading works and when to use it? I don't understand that lazy loading, so maybe some good example of this feature?

Thanks
 

Alexander Stolte

Expert
Licensed User
Longtime User
Second how lazy loading works and when to use it? I don't understand that lazy loading, so maybe some good example of this feature?
look at the following thread to read more about lazy loading
 
Upvote 0

stanks

Active Member
Licensed User
Longtime User
I know for that, but your example (from thread AS CardSlider lib) is not clear to me. When i use code from your example i have some strange results such as doubled first X (5, 10, 11, 25...it doesn't matter) items.
 
Upvote 0
Top