A
Android Central Question
Hello,
in my application the Beacon ScanCallBack service gets bound and returns all the surrounding beacons as I can see in the log. This happens when I am in the main menu of the app. After pressing a button and executing a different method, I do not get the beacons during this method execution.
I want that the ScanCallBack (the onScanResult should put the current beacons into a HashMap) which is accessed by this method called when pressing a button.
Thank you for helping!
in my application the Beacon ScanCallBack service gets bound and returns all the surrounding beacons as I can see in the log. This happens when I am in the main menu of the app. After pressing a button and executing a different method, I do not get the beacons during this method execution.
I want that the ScanCallBack (the onScanResult should put the current beacons into a HashMap) which is accessed by this method called when pressing a button.
Thank you for helping!
