OK, so this is a good one. I need the ability to allow an image to be re-sizable (pinch zoom for example) and scrollable (finger drag) yet still allow parts of that image to be pressed and depending on which part is pressed, have a different action take place.
For example, suppose my image had four areas where each area (denoted by []) can be selected like this: [][] [][] If the user pinch zooms the thing it might look like this: [ ][ ] [ ][ ] I thought about breaking the image up into areas and using image view buttons but I am not so sure about scrolling the thing or zooming. So, is there any way to specify coordinates on an image and based on where the user presses know what area they touched? Of course this would need to be tracked and adjusted as they pan/zoom the thing. Thanks! -- 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

