Android - Add multiple tags to ImageView
问题 I am new at android programming and want to create an application in which I can add multiple custom tags to an displayed Image. I researched a bit and found out about setTag() method of ImageView. But it does mention if it allows multiple tagging. Also is there any way that those tags to remain visible (along with appropriate tagged position) on the image? Will I require an SurfaceView or GridView for this? Sources : Android Image View android-Image View set Tag Thank you. 回答1: Instead of