l

library

This library provides a easy way to detect a shake movement using the build-in accelerometer and fire a callback on the UI thread every times it happens.
https://github.com/tbouron/ShakeDetector
The Apache Software License, Version 2.0
Thomas Bouron
文件下载
文件名 操作
library-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.tbouron.shakedetector</groupId>
  <artifactId>library</artifactId>
  <version>1.0.0</version>
  <type>aar.asc</type>
</dependency>
Gradle Groovy
implementation 'com.github.tbouron.shakedetector:library:1.0.0'
Gradle Kotlin
implementation("com.github.tbouron.shakedetector:library:1.0.0")
Scala SBT
libraryDependencies += "com.github.tbouron.shakedetector" % "library" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tbouron.shakedetector', module='library', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.tbouron.shakedetector" name="library" rev="1.0.0" />
Leiningen
[com.github.tbouron.shakedetector/library "1.0.0"]
Apache Buildr
'com.github.tbouron.shakedetector:library:jar:1.0.0'
本项目依赖
该项目无第三方依赖