I am using an app to read my blood glucose from a continuous blood glucose meter.
This app can broadcast each new reading which another of the developer's apps can use. All this works well.
I would like though to intercept these readings in a B4A app. I imagine I should be able to do this using the BroadCastReceiver library. However I'm not sure where to start.
Although the software is open source & I can view the code I don't understand Java & cannot see what is happening.
It broadcasts every 5 minutes. Is there a way of listing any intents which are being broadcast, to try & spot the relevant one?
Could anyone advise me as to what I should look for in the existing code?
Sorry to be so vague.
This app can broadcast each new reading which another of the developer's apps can use. All this works well.
I would like though to intercept these readings in a B4A app. I imagine I should be able to do this using the BroadCastReceiver library. However I'm not sure where to start.
Although the software is open source & I can view the code I don't understand Java & cannot see what is happening.
It broadcasts every 5 minutes. Is there a way of listing any intents which are being broadcast, to try & spot the relevant one?
Could anyone advise me as to what I should look for in the existing code?
Sorry to be so vague.