how to add a pin marker on image view in android

后端 未结 2 1049
情深已故
情深已故 2020-12-28 11:26

i am working on a project where i need to add pins on image view as shown in below image. how could we do this.

<script

2条回答
  •  感动是毒
    2020-12-28 11:49

    I have used AndroidImageMap but i don't like how it zooms the image, and you don't have facilities to add custom views as clickable areas.

    Checkout this example project https://github.com/jzafrilla/AndroidImageHostpot I have used https://github.com/chrisbanes/PhotoView/ to get Zoom and Pan functionality.

    Hope this helps...(to me, absolutely yes)

提交回复
热议问题