I have a image over which i have drawn an bitmap using canvas. i have implemented zoom in and zoom out functionality on imageview, but the canvas which i have drawn doesn't move when there is a zooming effect on imageview.
i have to achieve a Google map type of view in which a marker stays there as we zoom in and zoom out the map (as this is a map functionality but i want to achieve it in imageview).
i have followed this link : Draw Rectangle Over ImageView for highlight that can be zoom in-out in android but didn't achieve the exact functionality what i want.