I have one imageview which consist of one png file. I want to change the source of this imageview according to 4 different events (4 different pngs). Currently I'm changing the source with imageView.setImageResource, but this has lag and causes lots of Choreographer warnings. Are there better ways? I have one imageview which consist of one png f