Sample Service App for Bluetooth LE Scanner
- This application will start a Service to scan for Beacons through an ASyncTask.
- The Service will then reschedule itself for future runs and will unregister once the maximum number of runs have been reached or the application is paused through the MainActivity's onPause() method.
This is intended to be used in conjunction with alt236's "Bluetooth LE Library for Android" library project which can be found here: https://github.com/alt236/Bluetooth-LE-Library---Android
It also utilises John Persnano's SuperToasts, found here: https://github.com/JohnPersano/SuperToasts
##Target Platforms Android devices running OS version 18+ and which can support receiving of Bluetooth LE signal.
The Main Activity is currently providing a simple visualisation of results.
The code in this project is licensed under the Apache Software License 2.0.