Hi guys,

I'm trying to put together a fairly simple application, but I'm getting a 
little overwhelmed at the moment. I've read through most of the Google 
tutorials, and a heap of stackoverflow threads, but I just seem to be going 
around in circles.

Basically I have a Java application running on a server, which sends out 
and responds to JSON messages over sockets.

The app needs to be able to send messages to the server, and also be 
listening for update messages to update the gui accordingly.

Would the best way to do this to make a Service which handles a socket to 
the server?

I assume the server would need a separate thread for reading from the 
socket.

If someone could point me in the right direction, that would be awesome.

Cheers,
Mitch

-- 
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