I know that changing the ImageView resource is not big deal just using myImageView.setImageResource(mynewImageDrawable)
myImageView.setImageResource(mynewImageDrawable)
but what I want to do is to chec
If you want get the src drawable, use the following method of ImageView : http://developer.android.com/reference/android/widget/ImageView.html#getDrawable()
src
ImageView