I have an Android app that, among other things, tracks beacons using the AltBeacon library. My problem is that, in my opinion, in order to have class monitoring beacons, you have to make this class an extended Application. But I already have an application extending the class.
Now I cannot force my other class to not extend the application, and I cannot make my " beaconClass " an extension of this class.
My only option is to find a way to use the AltBeacon library without extending the application.
So, I would like to know if this is possible, and is there a way to achieve this.
android android-context altbeacon
poiuytrez
source share