zoom - Android Gallary -


i trying implement image gallery zoom in , zoom out facilities on every images.

for have extended imageview , added zoom in zoom out mechanism it, in adapter class return own imageview. unfortunately not working current gallery widget.

my image view skeleton this

public class myimageview extends imageview implements ontouchlistener{} 

my adapter class code simple use imageview instead of original one. zoom in zoom out in imageview works fine without gallery not gallery.

any, advice?


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -