https://github.com/chrisriesgo/android-altbeacon-library
Proximity beacon ranging and monitoring library for Xamarin.Android apps
https://github.com/chrisriesgo/android-altbeacon-library
android-altbeacon-library sample-xamarin xamarin xamarin-android xamarin-android-binding xamarin-component
Last synced: 8 months ago
JSON representation
Proximity beacon ranging and monitoring library for Xamarin.Android apps
- Host: GitHub
- URL: https://github.com/chrisriesgo/android-altbeacon-library
- Owner: chrisriesgo
- License: apache-2.0
- Created: 2014-10-25T13:39:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T04:43:29.000Z (over 5 years ago)
- Last Synced: 2025-08-01T09:35:04.811Z (11 months ago)
- Topics: android-altbeacon-library, sample-xamarin, xamarin, xamarin-android, xamarin-android-binding, xamarin-component
- Language: C#
- Size: 2.79 MB
- Stars: 41
- Watchers: 15
- Forks: 44
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android AltBeacon Library 
==============================
A Xamarin.Android binding of the [AltBeacon Android Beacon Library](https://github.com/AltBeacon/android-beacon-library). This library allows Android apps to interact with BLE beacons in accordance with the open and interoperable [AltBeacon proximity beacon protocol specification](https://github.com/AltBeacon/spec).
## Use
- [Nuget Package](https://www.nuget.org/packages/AndroidAltBeaconLibrary/)
- [Xamarin Component](http://components.xamarin.com/view/android-altbeacon-library)
- Download the binary from [Releases](https://github.com/chrisriesgo/Android-AltBeacon-Library/releases)
## Reference Application
A simple [sample application](https://github.com/chrisriesgo/Android-AltBeacon-Library/tree/master/Samples/Android/AndroidAltBeaconLibrary.Sample) has been included with this repository to demonstrate ranging proximity beacons and a battery-saving background ranging feature.
## Xamarin Component
The [Android AltBeacon Library](http://components.xamarin.com/view/android-altbeacon-library) component is available in the Xamarin Component Store.
## Changes
_v2.10.0 - [Work in Progress](https://github.com/chrisriesgo/Android-AltBeacon-Library/issues/25)_
[v2.7](https://github.com/chrisriesgo/Android-AltBeacon-Library/releases/tag/2.7)
- Binding of version [2.7](https://github.com/AltBeacon/android-beacon-library/releases/tag/2.7) of the android-beacon-library
[v2.1.4](https://github.com/chrisriesgo/Android-AltBeacon-Library/releases/tag/2.1.4)
- Binding of version [2.1.4](https://github.com/AltBeacon/android-beacon-library/releases/tag/2.1.4) of the android-beacon-library
[v2.1.3](https://github.com/chrisriesgo/Android-AltBeacon-Library/releases/tag/2.1.3)
- Binding of version [2.1.3](https://github.com/AltBeacon/android-beacon-library/releases/tag/2.1.3) of the android-beacon-library
[v2.1.0](https://github.com/chrisriesgo/Android-AltBeacon-Library/releases/tag/2.1.0)
- Binding of version [2.1.2](https://github.com/AltBeacon/android-beacon-library/releases/tag/2.1.2) of the android-beacon-library
[v2.0](https://github.com/chrisriesgo/Android-AltBeacon-Library/releases/tag/2.0)
- Initial binding of the android-beacon-library
## Have I Missed Something?
Log a new issue, or fork this repository, and submit a pull request