I am using mike/ortiz TouchImageView class for zooming the image.In the xml i have used the image like this
<com.example.TouchImageView
android:id="@+id/iivAvailable"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="00.0dip"
android:src="@drawable/toxiraepro_ui_trans_new"
android:visibility="visible"/>
now i want zoom this image on click of the image button i have some image buttons which will show some points on image to touch. so is there any way to pass id or refrence of any other image in TouchImageView class
`