Good morning, I'm looking on some advice as to how to approach this project I'm working on, it's just for fun, attempting to develop an app for the first time.
I'm currently attempting to do something along the lines of where I put an image of the world or a continent on the background. And then when the user selects a country or maybe province (if it's within a country), then have a little pop-up appear (the same type as right clicking a mouse) with information about that location they clicked: population, area, flag, name, etc. The image will also probably be too large for 1 screen, so drag and zoom would have to be implemented as well.
What I'm struggling with, is how to make the image interactive like this. Countries are not nice squares or circles... I can use a blank image with just outlines if it makes easier. Any suggestions on how to approach this? I'm just not sure how to create these boundaries and behave differently depending the coordinate of where they tapped.
Thank you.