On May 26, 6:21 am, Neha Aggarwal <[email protected]> wrote: > How can we enable multiple touch on different parts of a image. And > each touch have different response
Set your own touch listener on an ImageView that shows your picture and handle the events in there. If your ImageView can change size to suit the screen, be able to handle that. Or subclass View and do your own image drawing and event handling in there. It is not a trivial amount of work like imagemaps in in HTML. Doug -- 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

