ZoomInImageView Zoom Listview images

 


Zoom Images Just like we see on Instagram Feeds..

You can use this Library to make Listview images zoomable.


Library Name : 

ZoomInImageView

Dependancy :

com.zolad:zoominimageview:1.0.0

GitHub :

View Library on GitHub


ASD 1:

ZoomInImageViewAttacher mIvAttacter = new ZoomInImageViewAttacher();
mIvAttacter.attachImageView(imageview);



Optional ASD : Set animation speed in milliseconds

 mIvAttacter.setZoomReleaseAnimDuration(duration);

Demo Json



[

{
	"name": "Persian cat",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/persian_cat.jpg"
},

{
	"name": "Russian Blue",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/russian_blue.jpg"
},

{
	"name": "Bengal cat",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/bengal_blue.jpeg"
},

{
	"name": "British Shorthair",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/british_shorthairs.jpeg"
},

{
	"name": "Maine Coon",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/maine_coon.jpg"
}
][

{
	"name": "Persian cat",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/persian_cat.jpg"
},

{
	"name": "Russian Blue",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/russian_blue.jpg"
},

{
	"name": "Bengal cat",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/bengal_blue.jpeg"
},

{
	"name": "British Shorthair",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/british_shorthairs.jpeg"
},

{
	"name": "Maine Coon",
	"image": "https://raw.githubusercontent.com/haseebpvt/Animal-API/master/data/cat/images/maine_coon.jpg"
}
]