I want to create clickable/hotspots on an imageview that when clicked trigger an animation. I have read on several post's that creating "hotspots" on an ImageView is the way to accomplish this but I have not found any working examples that show how it is done. Can someone please provide a small example of how to create a hotspot on an Imageview?
Not sure if this has any impact on the design but the images are going to be in an PagerAdapter so the image names will change when the user swipes into the next page.