Skip to content Skip to sidebar Skip to footer

Identifying Image Area Clicked In Android?

Is there a way to determine in an Android app which area of an ImageView (x,y coordinates, for instance) was clicked by a user? Thanks.

Solution 1:

Checkout MotionEvent and this other question


Post a Comment for "Identifying Image Area Clicked In Android?"