How to create multiple click listeners for one image in android?
I have one body image. When I click head it should go to head click listener and if I click legs it should go to leg click listener. How to differentiate like this?
How to create multiple click listeners for one image in android? I have one
Share
You need to create a Image map, something like this::