An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Android AltBeacon Library ![](https://ci.appveyor.com/api/projects/status/gpeioj169wbj2n4b?svg=true)
==============================

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