I am developing an Android application where a user can take a picture. I want the user to be able to tag this photo. For example, they can touch the screen and mark this position as βshoesβ or βheadβ.
Is there a built-in way to get the location of the pixel when the user touches the screen (e.g. an API call or event)? Or is there an easier way to do this?
Note. I'm starting to develop Android, so please explain what is wrong with my question, not just down! That would be much more useful.
source
share