s

scrollshot

A library to take screenshots for scrolling view in Android
https://github.com/tushardhole/ScrollShot
The Apache Software License, Version 2.0
Tushar Dhole
Files download
File Operation
scrollshot-1.0.0.pom download
scrollshot-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tushardhole</groupId>
  <artifactId>scrollshot</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.tushardhole:scrollshot:1.0.0'
Gradle Kotlin
implementation("com.github.tushardhole:scrollshot:1.0.0")
Scala SBT
libraryDependencies += "com.github.tushardhole" % "scrollshot" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tushardhole', module='scrollshot', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.tushardhole" name="scrollshot" rev="1.0.0" />
Leiningen
[com.github.tushardhole/scrollshot "1.0.0"]
Apache Buildr
'com.github.tushardhole:scrollshot:jar:1.0.0'