How to create a zoomable map of the world with different selectable countries? Like this example from the game "plaque inc" for android where I selected the USA.
For my game I am not using a game development framework like libgdx and want to do this as simple as possible.
Could this be done just by using a layout file and different graphics for each country?
I am using Java and Eclipse.