AdvancedAndroid_TeaTime icon indicating copy to clipboard operation
AdvancedAndroid_TeaTime copied to clipboard

OutOfMemoryError because of loading large images OR too slow scrolling

Open Mahmoood opened this issue 7 years ago • 1 comments

Loading large images the resizing them by the system either throws OOM error or make the scrolling too slow.

To fix that move the images (tea images) to a new folder named drawable-nodpi instead of locating them inside drawable, in this case the images will be loaded with the same original size without resizing them to go along with device's density.

Mahmoood avatar May 12 '18 14:05 Mahmoood

Thank you !

elmahdiben avatar May 23 '18 06:05 elmahdiben