How to remove a image in imageview in android and also how to hide the entire image.
Here I have placed an image in imageview by the below code.
answerSt
try this imageview.setVisibility(ImageView.INVISIBLE);