You say you are in a hurry, but you give so little information, as if
it were not urgent after all. WHAT is "not working"? Do you get an
exception? What exception?

On May 5, 11:23 pm, Yondaime <[email protected]> wrote:
> I am able to connect and send data to the server, but i cant read from
> server...
> this is what i am using :
>
> BufferedReader inFromServer = new BufferedReader(new
> InputStreamReader(sock.getInputStream()));
> String message = inFromServer.readLine();
> // it is not working
>
> any alternate method ?
> please it is urgent i am so late :S

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to