views:

6091

answers:

1

Hi,

I would like to develop an application for Android which would transfer data through TCP connection.

Does anyone know for any good example or book where client-server connection example could be found?

I'm quite new with Java and Android so I would be very thankful for any suggestion.

+4  A: 

Here is a thread with a TCP client-server example. You could search forums dedicated to Android programming for finding more information.

MicSim