Skip to content

elfer07/TouchZoomImageAndroid

Repository files navigation

TOUCH ZOOM IMAGE ANDROID

With this library you are able to apply zoom to an image.

Use

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.

Screenshots

Screenshot Screenshot Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors