With this library you are able to apply zoom to an image.
In your gradle project
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}In your Gradle Module Application
dependencies {
implementation 'com.github.elfer07:TouchZoomImageAndroid:1.0'
}
How to use
<ar.elfer07.touchzoomimageview.TouchImageZoomView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%40drawable%2FYOUR_IMAGE"/>
Also from Activity Class with a lot of function.


