I am debating whether to use a button OR Clickable Image view and I am not sure which way is the best?
I basically want to add buttons on my screens (a fancy nice looking button like the ones you see in games). I have the image of the button. I can either create an imageview and make it clickable or create a button and set the background to the image?
Both seems to work and both I can set the width and height to as I like. Any reason for why use one versus another in my case? Thank you