Is there a way to read which bitmap file is currently displayed in imageview? I saw the suggestion of storing the file name in Tag for later reference, an ingenious solution if I were not using Tag. The reult I am seeking is "If imageview1.bitmap="blue_sky.png" then imageview1.enable = true". Is there any way?