I use MapActivity with my own class extending ItemizedOverlay. I would like to achieve a result described below:
When user tap an element on map I would like to get the data from tapped item (title, snippet) and pass it to the MapActivity. In MapActivity I have a method that handle that data but I do not know how can I pass that data across application (maybe I should use Handler?)