Scanning iBeacon and Eddystone Using Android

Dinkar Kumar has a recent walk through tutorial on how to create an app to scan for beacons on Android.

It shows how to use BluetoothManager to get an instance of BluetoothAdapter for using BluetoothLeScanner. The source code is on GitHub.

View further posts on Android app programming