3
I’m making an app android
that uses communication telnet
and receives data every second (ActivityTelnet
). I would like to treat part of this data in another activity
(Activity1
). But when I’m in Activity1
I don’t know how to continue receiving the update of this data, I don’t even know if it is possible. Someone can inform me?