I\'m trying to build a Twitter-style ListView, and I couldn\'t reuse the same ImageView multiple times in the same list. Loading multiple copies seem to be wasteful and caus
Do something like this:
ImageView image = ... ImageView src = ... image.setImage(src.getImage());