Is background monitoring of Eddystone beacon using altbeacon library on android platform possible? How can I achieve it?
Eddystone
Following is the code by which I ca
Another very important thing to consider is adding the Application class name to the AndroidManifest.xml, just add android:name=".yourApplication" to the tag.
android:name=".yourApplication"
Is there an example available doing both monitoring and ranging in an Application class?