Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I am new to the android . In android in exact what application socket programming is used?,give example with digram if posible. which is client, which is serve?r

-- kiran

share|improve this question

1 Answer

Socket programming is the same everywhere. One application might be if you are using your Android as a controller for an external system (perhaps a set-top box, etc). You might set up the external system as the server and the Android system as the client.

share|improve this answer
Implementation examples discussed here: stackoverflow.com/questions/2132241/… – RickNotFred Jan 25 '10 at 12:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.