s

screenshott

Android library to take screenshot on a click of a button.
https://github.com/nisrulz/screenshott
The Apache Software License, Version 2.0
Nishant Srivastava
Files download
File Operation
screenshott-1.0.0.pom download
screenshott-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>screenshott</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:screenshott:1.0.0'
Gradle Kotlin
implementation("com.github.nisrulz:screenshott:1.0.0")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "screenshott" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='screenshott', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="screenshott" rev="1.0.0" />
Leiningen
[com.github.nisrulz/screenshott "1.0.0"]
Apache Buildr
'com.github.nisrulz:screenshott:jar:1.0.0'