I've an application with several activities bounded with a service. The service open, in an asynctask, a socket connection and start listening (while(true)) the incoming message from a socket server.
the question is: how to send a callback to the several activities that a message is arrived?
thanks in advance