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
Checkout MotionEvent and this other question
You may like these posts
Post a Comment for "Identifying Image Area Clicked In Android?"