In my application, i need to display a map of France, divided into 5 zones. I did it with an image editor : i divided my map into 5 parts and save each part as a png. Each PNG has the same size.
Now, I add 5 ImageView (with the same size) in a RelativeLayout and i obtain this :
The goal is now to make clickable zones as described on the map. I don't know how to do this (which layout ? how to put them in my layout ?...)