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
You can use answerState1.setVisibility(View.INVISIBLE); to make view invisible and answerState1.setVisibility(View.Gone); to make the view invisible.
answerState1.setVisibility(View.INVISIBLE);
answerState1.setVisibility(View.Gone);