Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

OutOfMemoryError on NetworkedCacheableImageView (androidBitmap 2.3) #292

Open
andreinass opened this issue Aug 27, 2014 · 0 comments
Open

Comments

@andreinass
Copy link

Hello,

I'm using in my app the same NetworkedCacheableImageView class that you made in the sample app. Im working with a custom listView which has many entries and in every entry in need to load an image. Works well in android 3.0 and higher, but when i try in a galaxy s2 emulator throws OutOfMemoryError in this line:

CacheableBitmapDrawable result = mCache.get(url, mDecodeOpts);

Its the same class, the only than changes is the layout of the adapter.

What can I do to solve this issue?? Is there a way to "check" if memoryCache has enough space?

Thank you in advance

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

No branches or pull requests

1 participant