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="@drawable/YOUR_IMAGE"/>
Also from Activity Class with a lot of function.