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

Add additional handling for low-memory devices #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

omniuni
Copy link

@omniuni omniuni commented Aug 7, 2013

When I was using this on my Droid 1, I ran in to out of memory errors. Although it's not perfect, this does improve the situation dramatically. If Android's memory manager reports that the device is low on memory, it uses a high inSample to decrease memory use when loading bitmaps from a downloaded stream. Additionally, in the OnCompleteHandler, it now will catch an OutOfMemoryError instead of simply crashing.

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

Successfully merging this pull request may close these issues.

1 participant