Is there a way other then, open/close sockets, when u use sockets on multiple activity's within the app?
Can I somehow send a instance of a object to the new activity(the class uses activity object from parent), and change them? use a service?
What would bee the best way to use same socket on multiple activity's