b

background-sensors

The backgroundsensors library is an Android library that allows to collect data from the IMU sensors (i.e., accelerometer and gyroscope) and the magnetometer (if they are present in the device). It aims to ensure the data collection while the app is in background by using foregrund services and wake locks.
https://github.com/GeoTecINIT/BackgroundSensors
The Apache License, Version 2.0
Miguel Matey Sanz
文件下载
文件名 操作
background-sensors-1.3.0.pom 下载
background-sensors-1.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.geotecinit</groupId>
  <artifactId>background-sensors</artifactId>
  <version>1.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.geotecinit:background-sensors:1.3.0'
Gradle Kotlin
implementation("io.github.geotecinit:background-sensors:1.3.0")
Scala SBT
libraryDependencies += "io.github.geotecinit" % "background-sensors" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.geotecinit', module='background-sensors', version='1.3.0')
)
Apache Ivy
<dependency org="io.github.geotecinit" name="background-sensors" rev="1.3.0" />
Leiningen
[io.github.geotecinit/background-sensors "1.3.0"]
Apache Buildr
'io.github.geotecinit:background-sensors:jar:1.3.0'
本项目依赖