sharish / ShimmerRecyclerView

Other
4.02k stars 551 forks source link

OutOfMemory Exception #19

Closed anderscheow closed 7 years ago

anderscheow commented 7 years ago

screen shot 2017-09-18 at 11 14 08 am Getting this when try to run it

ViTess commented 7 years ago

@anderscheow this bug is team-supercharge/ShimmerLayout, you should give him the issue

anderscheow commented 7 years ago

@ViTess alright thanks :D

sharish commented 7 years ago

@veghtomi Can you take a look at this issue?

Thanks, Harish

veghtomi commented 7 years ago

@sharish I am already working on it!

veghtomi commented 7 years ago

@sharish we checked it and this issue can be closed!

sharish commented 7 years ago

Can you leave a note about the issue reason and the resolution. Would be useful in future if similar issues encountered?

Thanks, Harish

veghtomi commented 7 years ago

Basically we figured out it happened on a low-end phone. The lib is said to be memory efficient, but still need to use some of them. According to the OutOfMemoryException, it failed to allocate 3Mb memory and the size of the free memory was 0,5Mb. So that is the reason why it happened.

sharish commented 7 years ago

Ok thanks 👍

thibal-denver commented 7 years ago

Hi, this issue also occurs on a Sony Xperia X

xperiax_issue

Thibault