Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tcp

Android Tcp App Hanging On Instream.readline()

This is a continuation of this question because it my orginal question was answered, but it did not… Read more Android Tcp App Hanging On Instream.readline()

How To Use Socket To Send And Receive Message From Server?

Hi guys so I have a task where I'm suppose to send a message to a server, and then get a reply … Read more How To Use Socket To Send And Receive Message From Server?

Is The Volatile Mark Necessary For A Queue With One Thread Adding And Another Reading?

in response to some comments in this thread, I am wondering if making a queue that will have one th… Read more Is The Volatile Mark Necessary For A Queue With One Thread Adding And Another Reading?

Connection Refused : Ioexception In Android Tcp/ip

im a newbie in android. I would like to ask if anybody knows why i'm getting this 'connecti… Read more Connection Refused : Ioexception In Android Tcp/ip

Tcp Client For Android: Text Is Not Received In Full

I am converting a Java desktop project to Android. Part of it includes a TCP connection to a server… Read more Tcp Client For Android: Text Is Not Received In Full

Java Tcp Server Accepting Images As Well As Strings From Android Client

i want to send string messages as well as images.i am designing android chatting application which… Read more Java Tcp Server Accepting Images As Well As Strings From Android Client