P

ProgressPieIndicator

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso.
https://github.com/Piasy/BigImageViewer
The MIT License (MIT)
Piasy Xu
文件下载
文件名 操作
ProgressPieIndicator-1.8.1.pom 下载
ProgressPieIndicator-1.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.piasy</groupId>
  <artifactId>ProgressPieIndicator</artifactId>
  <version>1.8.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.piasy:ProgressPieIndicator:1.8.1'
Gradle Kotlin
implementation("com.github.piasy:ProgressPieIndicator:1.8.1")
Scala SBT
libraryDependencies += "com.github.piasy" % "ProgressPieIndicator" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.piasy', module='ProgressPieIndicator', version='1.8.1')
)
Apache Ivy
<dependency org="com.github.piasy" name="ProgressPieIndicator" rev="1.8.1" />
Leiningen
[com.github.piasy/ProgressPieIndicator "1.8.1"]
Apache Buildr
'com.github.piasy:ProgressPieIndicator:jar:1.8.1'