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

OutOfMemoryError because of loading large images OR too slow scrolling #15

Open
Mahmoood opened this issue May 12, 2018 · 1 comment
Open

Comments

@Mahmoood
Copy link

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.

@elmahdiben
Copy link

Thank you !

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

No branches or pull requests

2 participants