loopeer / CardStackView

One Custom view for show something just like cards with animations.
2.18k stars 343 forks source link

Performance Issue #8

Open nacho007 opened 7 years ago

nacho007 commented 7 years ago

Hi there, I'm facing an issue when using the component. bindView is called for all the items when loading the component, this is freezing the UI when loading a bunch of items. I'll try to fix it and let you know.

yhuriez commented 7 years ago

Hi,

I need to solve the same issue, have you found a way to ? There can be a hundred of items in my list, it's just too much for the component to handle cause of this bug :/

nacho007 commented 7 years ago

Yes. I implemented my own wallet.

2017-06-11 10:41 GMT-03:00 Deeplightened notifications@github.com:

Hi,

I need to solve the same issue, have you found a way to ? There can be a hundred of items in my list, it's just too much for the component to handle cause of this bug :/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/loopeer/CardStackView/issues/8#issuecomment-307629773, or mute the thread https://github.com/notifications/unsubscribe-auth/AG0l8F6ZaZF2P4K3_ac5tlrsyzuAtEkDks5sC-58gaJpZM4L67jx .

sailywebvillee commented 5 years ago

Hello , Please help me to resolve this as i am facing same problem