Loading different image in same ImageView leave reference "live" from previous loaded image. As I continue to load different image in same ImageView, memory consumption start to grow as reference for every loaded image is still "live". I need a way to "break" reference from previous loaded image in that particular ImageView.