Hey there!!
I created a MapActivity that contains a MapView and a Button on the top of the MapView.
Like this:
I would like that the user touch a point of the mapView with a finger and then touch the button "Add Place" with another finger (the MapView is still pushed by the first finger).
The problem is when the first finger touch the mapView, it is like if the mapView gains the focus. So when the second finger touch the button "Add Place" it is recognized as the second finger touched the mapView in the location where it is placed the button "Add Place"
I have a Nexus One with Froyo and so it should support multi-touch...
What do you think should I do to make multi-touch working in this context?!?
THANKS FOR YOUR HELP!!!! :)