I have an image and I want to make parts of it clickable. From my
research I can see 2 ways to do this:
1) I could chop the image into pieces and put them into a relative
layout
2) I could create a matrix of points that describe the clickable areas
and use onTouch events to track clicks

Option 1 has the drawback where you have to make areas square or
rectangular, plus alignment and scaling are a pain.

Option 2 can be scaled easier however I'm not sure how to go about
coding it.

Am I missing any possibilities? Are there any tools or source code
that would make it easier?

-BB

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to