ImageMagnifier

Additional

Language
Java
Version
N/A
Created
Sep 15, 2015
Updated
Sep 15, 2015 (Retired)
Owner
nomanr
Contributor
nomanr
1
Activity
Badge
Generate
Download
Source code

ImageMagnifier

A custom ImageView, touch anywhere on the image and a circular magnifier will be shown on the image. Zooming certain area of the image. How to use?

    <com.noman.imagemagnifier.ImageMagnifier
        android:id="@+id/imageView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@drawable/batman"/>

Screen shots