I want to show a view on canvas of the image. This view will typically allow the user to add the information of the clicked position. Now I am using PhotoView. On tap of image, I get the location and made the canvas out of it. How can I show the view on canvas when the user taps the image? Any help will be highly appreciated. I have attached the image for reference.
Asked
Active
Viewed 80 times
0

Mayur Gangurde
- 1,552
- 12
- 22

reactivedroid
- 752
- 1
- 7
- 14
-
you should not show view on canvas. You can add a view to the container on specified coordinates. – Vladyslav Matviienko Feb 13 '17 at 07:09
-
@VladMatvienko Agreed. But my requirement is a little different. I should be able to zoom to the image and add the view. If I add the view on container, the zoom functionality will go away i.e. on the fixed container only, I would be able to add views but this is not the desired output. Plz let me know for any other thoughts – reactivedroid Feb 14 '17 at 11:13