All beacons are not shown in Android using altBeacon library
问题 I am using the AltBEacon Android library for developing an iBeacon app for Android devices . I am scanning for beacons, however, only two out of four beacons are found (sometimes 1/4). I increase mBeaconManager.setForegroundScanPeriod(5000l); to 5 seconds, but still same result. I am not sure if the CustomAdapter I use for binding details to view is wrong or the issue is do with the mobile device (I am using Galaxy Note II - Android 4.4.2 (KitKat))? Can anyone locate my mistake? Another issue