Hi there,
I need to display a pretty image of a map of Europe, and I want my app to, e.g. bring up a different activity, when the user clicks each country - each country on the map needs to have a different onClickListener (or equivalent).
Essentially, I need to be able to call a different function when the user taps on France rather than Spain in an image such as this: http://commons.wikimedia.org/wiki/File:Blank_map_of_Europe_cropped.svg
How would I best go about this on Android?
I've got ideas, but there may be some simple way that I'm overlooking.
Many thanks in advance!
Cheers, r3mo