I need to create an Image on android screen. It should be a Venn diagram with each of its zones clickable. The image should be zoomable.
The Solutions I could think of was:
Note: The Venn diagram doesn't have to be in circles, it can be square or what ever. as long as it can be zoomed so each of its zones are visible and clickable.
Any guidance, suggestions?
I found a really good widget(single class) that helps you make any image muli-clickable. They have some good notes on how to use their code as well.
The widget has a similar approach as Image mapping in html. The good thing about this widget is that the image can be zoomed and it will not lose the coordinates or areas associated to each distinct clickable area.
Here is the link to their website. the guy who made the widget apparently had similar problem and came up with this widget.