I am trying to place markers on an image (using ImageView
), the image doesn't fit the screen so have scroll views for that. I am wondering how I would get with a listener the coordinates when user taps so I can add a marker or text, I am hoping I can do this with a vector.
Any help will be appreciated.