yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.34k stars 443 forks source link

Are cards being loaded asynchronically? #331

Closed iWillBeUnderYourBed closed 1 year ago

iWillBeUnderYourBed commented 3 years ago

When I have a list of 10 items in my adapter, will 10 cards be created and are in memory at the same time?

yuyakaido commented 1 year ago

@iWillBeUnderYourBed No, this library is based on RecyclerView and only 3 cards are created and recycled by default. You can change the number of cards created at the same time by setting visible count.