Hi guys, I have an android application, which needs to display an image and make that images particular part click listenable... anybody please help me with some hints..
A:
I think you have to work with an onTouchListener. The MotionEvent object which will be passed to the handler method onTouch() contains the coordinates of the touch event that was made. So with this data you should be able to calculate which part of you image was clicked.
Flo
2010-10-10 10:39:22