I am making a android
application that uses telnet
communication and receives data every second ( ActivityTelnet
). I would like to treat some of this data in another activity
( Activity1
). However, when I am in Activity1
I do not know how to continue receiving the update of this data, I do not even know if it is possible. Can anyone tell me?