I'm integrating ANT Radio and API with my bike navigation app Cycle-Bike (on Google Play Store).
It seems like ANT Radio interferes with GPS location Listener and other sensor listeners.
Are you starting and stopping Looper in the main UI thread? If so, please don't. Lots of functions depend on Looper in the UI thread for Runnables, animation, other Services and sensor and location Listeners.
I can get ANT running and interfacing to all bicycle sensors: speed, cadence, HRM ,power, but then location Listener and Runnables are erratic. If I disable ANT, Listeners and Runnables work fine.
Please advise.
Tom Driscoll