I am developing an Android app in which I need to implement the following implementation.
suppose I have an image displayed on the screen (assuming to be a car),now then if I touch any part of the car ,suppose the wheels ,then it should display on the screen "The wheel" or something like that,similarly for other parts as well.
How to do that in android. What I have tried
I can display the image using image view .
I have the X and Y coordinates of the points am touching. I am clueless now,what should I do next ??