AltBeacon / android-beacon-library-reference

A reference application for the Android Beacon Library
Apache License 2.0
275 stars 187 forks source link

Beacon 101 example of monitoring a specific beacon. #54

Open TonyTangAndroid opened 5 years ago

TonyTangAndroid commented 5 years ago

Beacon 101 example of monitoring a specific beacon. This pull request goes together with https://github.com/AltBeacon/android-beacon-library-reference/issues/53.

It has minimum code to demonstrate how to monitor a beacon when the app is resumed. And stop monitoring beacon when the app is paused.It uses Woods that collects all logs into room database to help tracking the stability.