[android-developers] Best open source ImageView pinch zoom project

2013-01-04 Thread Tobias
There is a bunch of open source projects offering pinch zooming in an ImageView. Here is a few of them: - TouchImageView by MikeOrtiz (https://github.com/MikeOrtiz/TouchImageView) - ImageViewZoom by sephirot74 (https://github.com/sephiroth74/ImageViewZoom) - PhotoView by

Re: [android-developers] Best open source ImageView pinch zoom project

2013-01-04 Thread Mark Murphy
I can tell you that the first one meets your criteria, though it is not packaged as an Android library project. However, since it is a single Java class with no other dependencies, you can just drop that class into your project hierarchy if you wish. I have not tried the other three, though the

Re: [android-developers] Best open source ImageView pinch zoom project

2013-01-04 Thread Tobias
I already went for the third one PhotoView and it seems to work well. Supports pinch zoom, panning inside a ViewPager. Still not sure if it's the best one but it seems to work well but hopefully this discussion will grow to a conclusion. On Friday, January 4, 2013 2:09:21 PM UTC+1, Mark Murphy