/PhotoView

Implementation of ImageView for Android that supports zooming, by various touch gestures.

Primary LanguageJavaApache License 2.0Apache-2.0

PhotoView

This is an improved version of the original PhotoView.

Major improvements:

  • Used an older version gesture detector so that smaller pinch distance threshold is used (Otherwise it will be very hard to zoom if the PhotoView is small);
  • Solved gesture conflict when placed in a ScrollView due to the fact that the edge detection in PhotoViewAttacher was written badly.
dependencies {
    implementation 'com.asksira.android:photoview:1.0.3'
}