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
Post a Comment