Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutOfMemoryException when adding more items(300 items or more) #3

Open
oTranThanhNghia opened this issue Dec 4, 2015 · 6 comments
Open
Assignees
Labels

Comments

@oTranThanhNghia
Copy link

Please fix it. Thanks ! (RecentsList#initChildren adding all views from Adapter)

@ZieIony ZieIony self-assigned this Dec 4, 2015
@ZieIony ZieIony added the bug label Dec 4, 2015
@HungTDO
Copy link

HungTDO commented Dec 9, 2015

Same issue. But i only loading 50 items (include text, images using lazy load) has raise error: Out Of Memory. Please help us fix it. Thanks

@ZieIony
Copy link
Owner

ZieIony commented Dec 9, 2015

Just a thought: This widget doesn't reuse views, because in worst case all of them have to be instantiated and shown at the same time. Reusing views would have to limit number of visible views to ~10.

@HungTDO
Copy link

HungTDO commented Dec 14, 2015

@ZieIony Ok, thanks.

@at-quydp
Copy link

please fix when i add 100 item . it bug about Out Of Memory.Thanks .

@hatpick
Copy link

hatpick commented Oct 6, 2016

Can you add viewholder pattern to recycle views?

@mgood7123
Copy link

mgood7123 commented May 24, 2019

WHO THE FUCK LOADS 300 ITEMS 0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants