P

PhotoView

mplementation of ImageView for Android that supports zooming, by various touch gestures.
https://github.com/muthuraj57/PhotoView
The Apache License, Version 2.0
Muthuraj
Files download
File Operation
PhotoView-1.0.0.pom download
PhotoView-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.muthuraj57</groupId>
  <artifactId>PhotoView</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.muthuraj57:PhotoView:1.0.0'
Gradle Kotlin
implementation("io.github.muthuraj57:PhotoView:1.0.0")
Scala SBT
libraryDependencies += "io.github.muthuraj57" % "PhotoView" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.muthuraj57', module='PhotoView', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.muthuraj57" name="PhotoView" rev="1.0.0" />
Leiningen
[io.github.muthuraj57/PhotoView "1.0.0"]
Apache Buildr
'io.github.muthuraj57:PhotoView:jar:1.0.0'
Dependencies