Android TCP UDP 통신 (Emulator 간)
아래 emulator을 이용한 TCP와 UDP 소스코드 http://thdev.net/3
English
http://blog.thdev.net/2010/11/android-tcp-udp-emulator.html목적 Object
Emulator 3개를 이용하여 TCP와 UDP의 통신을 한다.
Emulator에 접속하여 소문자를 대문자로 변환하는 소스코드를 짠다.
communicate betwe..