ZieIony / MaterialRecents

Lollipop's Recents container
Apache License 2.0
494 stars 113 forks source link

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

Open oTranThanhNghia opened 8 years ago

oTranThanhNghia commented 8 years ago

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

HungTDO commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

@ZieIony Ok, thanks.

at-quydp commented 8 years ago

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

hatpick commented 7 years ago

Can you add viewholder pattern to recycle views?

mgood7123 commented 5 years ago

WHO THE FUCK LOADS 300 ITEMS 0.0