When dealing with images in android for bitmap objects I used to recycle them in order to save when moves to the next screen. But there are times I had to use drawable s instead of bitmaps any way of dealing with these.
Recycle drawable objects just like bitmaps bitmap.recycle() method.
Thanks
You can use third party image libraries. Some good libraries are:
Nostra’s Universal Image loader
Picasso
UrlImageViewHelper by Koush
Volley – by Android team @ Google (mainly network library)
Novoda’s Image loader (depraceted)
Additionally you can check technotalkative blog for more details: