p

photoview

A simple ImageView that support zooming, both by Multi-touch gestures and double-tap.
https://github.com/MankinChung/PhotoView
The Apache License, Version 2.0
MankinChung
Files download
File Operation
photoview-2.3.2.pom download
photoview-2.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>top.mankin</groupId>
  <artifactId>photoview</artifactId>
  <version>2.3.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'top.mankin:photoview:2.3.2'
Gradle Kotlin
implementation("top.mankin:photoview:2.3.2")
Scala SBT
libraryDependencies += "top.mankin" % "photoview" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='top.mankin', module='photoview', version='2.3.2')
)
Apache Ivy
<dependency org="top.mankin" name="photoview" rev="2.3.2" />
Leiningen
[top.mankin/photoview "2.3.2"]
Apache Buildr
'top.mankin:photoview:jar:2.3.2'
Dependencies