I have 4 images. We should be able to click on these images.
I\'d like to know if I have to create 4 OnClickListener, or there is another way to do this properly?>
To make any view listen to our action you have to attach listener to that view. So you need to attach four listeners. Attaching OnclickListener and writing implementation both are two different things