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