yuyakaido / CardStackView

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

Memory issue: swiped card doesn't release memory #319

Open iWillBeUnderYourBed opened 4 years ago

iWillBeUnderYourBed commented 4 years ago

I was hoping, when I swipe a card, that the memory of that card is released. I thought that the card is destroyed and recreated on a rewind. That's not the case in my app. Is there a fault in my app or is it normal, that the memory isn't released?

If I have 100 cards, will they all be loaded into memory, or will they be loaded asynchronically, so that only a few are in memory at the same time?