Hi all!
I'm using Antidote library for an Android Application. Everything woks fine and I want to thank signove's people for make easier my work.
Now I have a question: In my application Android I have to recolect the data of multiple devices (so far I'm ussing a blood pressure monitor, weight scale and oximetry device). All the communication works fine. But I am not sure if a should use an agent for handle all the devices or create one for every device. What do you think is better? Now I create an agent for every new connection I want to make and this is not working pretty fine, because the callback from the agent always stay.