Using AltBeacon library without application extension

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.

0
android android-context altbeacon
source share

No one has answered this question yet.

See similar questions:

0
Altbeacon Android - EnterRegion while app is killed (not background)

or similar:

1158
"Override superclass method" Errors after importing a project into Eclipse
740
Dilemma: when to use Fragments vs Activities:
703
How to avoid reverse engineering an APK file?
4
IBeacons Monitoring with Altbeacon Library
3
Background monitoring of the Eddystone lighthouse using the altbeacon library on the Android platform
2
Check AltBeacon Beacon Battery Level
0
AltBeacon app crash on Android tab
0
How to get temperature and battery power of Beacons using Altbeacons
0
Altbeacon library - didEnterRegion function does not start during background and Foregorund scanning
-one
Could not find lighthouse with altback Android

All Articles