Skip to content Skip to sidebar Skip to footer
Showing posts with the label Altbeacon

How Can I Start / Disable Background Monitoring For Beacons At Runtime With Altbeacon Library For Android?

the AltBeacon documentation say I need to initialize the library in the Application onCreate() for … Read more How Can I Start / Disable Background Monitoring For Beacons At Runtime With Altbeacon Library For Android?

Altbeacon Library Background Service

Here is sample code that I'm using to detect enter region events: public class BeaconApplicatio… Read more Altbeacon Library Background Service

Scanjob Continues Beign Invoked After The 15 Min Period And Stops When A Region Matches

From what I understand in the documentation of AltBeacon library, the ScanJob should stop beign cal… Read more Scanjob Continues Beign Invoked After The 15 Min Period And Stops When A Region Matches

Altbeacon Service In Separate Android Process

I need help. There is an application for Xamarin Android. Inside it, a service is started that work… Read more Altbeacon Service In Separate Android Process

Android Beacon Library Not Start Detecting Beacons

I don't know where is the problem with my code, I'm trying to detect beacon using https://a… Read more Android Beacon Library Not Start Detecting Beacons

Implementing Bootstrapnotifier On Activity Instead Of Application Class

I am using altBeacon library for beacon detection. After checking out the sample codes on Beacon de… Read more Implementing Bootstrapnotifier On Activity Instead Of Application Class