Listener to socket at client(Android)?

Android being Java, you will have to open a new Thread if you want to do asynchronous processing of the incoming data. Be careful to synchronize all communications between the threads properly.

I want to have a listener for a socket at the client side. I am using Android which is Java. I am using TCP/IP but I don't want to loop at the client side.

Is there any method for that or do I have to have my own mechanism for listening? Any help would be appreciated.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions