I have images that want to interactive in android, please help me how I can make interactive image in android, I’m new user on this site, may be site is not allow me to post image.
My scenario is, I have 10 chairs around table, and I want user interactive with chair (Click able) and goes to other screen. I’m new to android. Please explain how I can create interactive images for my apps.
Here is an image that helps you understand my scenario:

Just set OnTouchListener to your image view with
onTouchEventmethod like this one:(x,y) is a point on picture which was clicked. Save ranges of picture’s point which are on chairs. Than just check on which one you’ve clicked and do appropriate staff.