Android Force Recycle Large Bitmap?

Posted by GuyNoir on Stack Overflow See other posts from Stack Overflow or by GuyNoir
Published on 2010-04-06T18:09:02Z Indexed on 2010/04/06 18:13 UTC
Read the original article Hit count: 250

From another stackoverflow question, it seems that Android handles large bitmaps differently than other memory. It also seems like there is a way to force Android to recycle the bitmaps to free up memory. Can anyone enlighten me on how to do this.

My application uses 2-6 huge bitmaps at all times, so it nearly kills the phone's memory when running, and I want to clear it up when the user quits.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk