How to Zoom in/out imageView on Click using java in Android?
i have followed this tutorial to zoom in imageview on touch but i have an activity that have 15 images and when i click on any one image it will open new Activity and will zoom in that clicked image on new Activity so my question is How can i pass clicked image src to nextActivity so that my single method will be applicable to zoom in for all images. On new Activity (Zoom in) when i clicked on it how can i zoom out that image again. I have followed this: Zoom in Its successfully zoom in an imageview but i have no idea how to write code for zoom out.Can someone please help me on this task. Any