I have to make a guide image where the user can click on a point in the image then a dialog pop up tells what is the symbol on the point clicked. I am trying using the ImageMap but no luck for Xamarin.Android.
So far what have I done is by using an image as the background and the page should be HorizontalScrollView and then I have set up all Buttons involved for the guide page. The buttons I used are with transparent background. But I just realize that the buttons will not stay on the position when the image been scroll as what how it supposed to.
Please help me. Thank you so much.