I\'ve seen in a lot of samples, that developers call recycle() on bitmap, and then set it to null. Why is this necessary, doesn\'t the garbage coll
recycle()
null
This article from android development docs has a lot of information on this topic. While you're at it also check the article about caching if you'll be using multiple bitmaps.