Alexandros Schillings 61b468178b Minor UI tweaks
2014-03-20 18:52:02 +00:00
2014-03-20 18:52:02 +00:00
2014-03-20 18:00:13 +00:00
2014-03-09 23:17:43 +00:00
2014-03-20 18:01:19 +00:00

Bluetooth LE Library for Android

This library allows for easy access to a Bluetooth LE device's AdRecord. It can also parse iBeacon Manufacturer data, and can provide Distance indicators (Near, Far, Immediate) and inaccurate (due to realworld issues) distance approximation.

Sample app available on the Play Store

Basic Usage

There are two ways to use this library:

a. Download a copy of the ReflectiveDrawableLoader library and reference it in your project. b. Create a Jar file (see Jarification below) and add it into your project.

Jarification

Type ant jar at the root of the Library Project to produce a Jar file.

Changelog

  • v0.0.1 First public release

Permission Explanation

  • No permissions required

Sample App Screenshots

screenshot1 screenshot2

Credits

Author: Alexandros Schillings.

All logos are the property of their respective owners.

The icons used for the example app were downloaded from here: Android Design

The code in this project is licensed under the Apache Software License 2.0.

Copyright (c) 2014 Alexandros Schillings.

Description
This library allows for easy access to a Bluetooth LE device's AdRecord and RSSI value. It offers additional functionality for iBeacons.
Readme 4.8 MiB
Languages
Java 95.6%
HTML 4.4%