0

Is there any example to implement Eddystone technology in android application, kindly refer the links or own simple example, I also wanna know which version will support it and how to send notification without other device wifi on, (By BLE)

1 Answers1

0

You can see a tutorial for how to build apps with Eddystone here. This guide shows you how to detect Eddystone beacons using the free and open source Android Beacon Library.

The minimum Android requirements to detect Eddystone transmissions is Android 4.3 and a device with Bluetooth LE hardware. To transmit Eddystone advertisements, a device needs at least Android 5.0.

davidgyoung
  • 63,876
  • 14
  • 121
  • 204