在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):AltBeacon/android-beacon-library开源软件地址(OpenSource Url):https://github.com/AltBeacon/android-beacon-library开源编程语言(OpenSource Language):Java 97.8%开源软件介绍(OpenSource Introduction):Android Beacon LibraryAn Android library providing APIs to interact with beacons. Please visit the project website for how to use this library. IMPORTANT: By default, this library will only detect beacons meeting the AltBeacon specification. If you want this library to work with proprietary or custom beacons, see the BeaconParser class. What does this library do?It allows Android devices to use beacons much like iOS devices do. An app can request to get notifications when one or more beacons appear or disappear. An app can also request to get a ranging update from one or more beacons at a frequency of approximately 1Hz. DocumentationThe project website has full documentation DownloadsBinaryYou may download binary releases here. MavenAdd Maven Central to your build file's list of repositories. repositories {
mavenCentral()
} to use the Maven Central Repository dependencies {
...
implementation 'org.altbeacon:android-beacon-library:${altbeacon.version}'
...
} replacing How to build this LibraryThis project uses an AndroidStudio/gradle build system and is known working with Android Studio 4.1.3 and Gradle 6.5 Key Gradle build targets:
License
This software is available under the Apache License 2.0, allowing you to use the library in your applications. If you want to help with the open source project, contact [email protected] Publishing to MavenThe following instructions are for project administrators.
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论