I have a question about how to refresh the Viewimage

How to refresh the imageview

What do you mean by “Refresh”?

You can change the ImageView via setImageResource(R.drawable.my_image) or setImageDrawable and it will immediately become updated with no further processing required.

i have solved my question.
thanks a lot