Top "Ibeacon-android" questions

iBeacon in a single sentence is a technology that enables an iOS device or other hardware to send push notifications to iOS devices within close proximity using BLE (Bluetooth Low Energy).

Is this the correct layout to detect iBeacons with AltBeacon's Android Beacon Library?

I have successfully modified the reference implementation app of the Android Beacon Library using the following beacon layout, so that …

ibeacon-android altbeacon
How to detect IBeacon in android without using any library

i am new to Ibeacon and i want to know can we detect Ibeacon in android without using any SDKLibrary …

android ibeacon ibeacon-android android-ibeacon
Combine iBeacon bluetooth low energy with Android 4.3

I'm looking for a way to detect iBeacon (iOS 7.0 feature) from an Android device. I read the Android documentation, where …

android ios7 bluetooth-lowenergy ibeacon ibeacon-android
Decreased BLE startScan detected devices on Android 5.0 Lollipop

Short version: In my tests with Android 5.0 Lollipop I have noticed android.bluetooth.le.BluetoothLeScanner detects BLE devices less frequently …

bluetooth-lowenergy android-5.0-lollipop rssi ibeacon-android android-ibeacon
Android BLE Beacon scanning

Bluetooth LE was added in Android 4.3 but it seems there is no background scanning mode which would wake up an …

android bluetooth ibeacon-android
Prompting for location permission when NOT monitoring in background?

I'm using the Android Beacon Library. Since Marshmallow, I am seeing the following error, as expected and documented. Permission denial: …

android android-6.0-marshmallow ibeacon-android altbeacon
What exactly is txPower for Bluetooth LE and how is it used?

I am trying to understand what exactly txPower is and how to use it, since I am planning to develop …

android bluetooth-lowenergy ibeacon ibeacon-android altbeacon
Does BluetoothLeAdvertiser work on a Nexus 5 with Android 5.0?

After flashing my Nexus 5 to the Android 5.0 preview release hammerhead-lpx13d, the OS reports that it no longer supports Bluetooth …

android bluetooth-lowenergy ibeacon ibeacon-android
How to detect iBeacon in Android?

It is the first time I work with iBeacon. So can you tell me how to detect it(give me …

android detect ibeacon-android
Android 5 static bluetooth MAC address for BLE advertising

Android 5 introduces BLE MAC address rotating for increased privacy. Every time when calling BluetoothLeAdvertiser.startAdvertising(), the MAC-address is changed. Is …

bluetooth bluetooth-lowenergy android-5.0-lollipop ibeacon-android