Joesta
Lurker
I am developing a mobile tracking application that makes use of MQTT to update vehicles marker on the map. I have implemented the MQTT in a component and now i need to move it to a service where by i can reuse it. How can i get the autonomous data produced by MQTT to an activity to be able to update marker? I am new to services. Any recommendations?