Syntax Highlighter1 Syntax Highlighter~! So Cool~! 사용법은 : http://gyuha.tistory.com/193 에서 참고함 package android.SocketTest; import android.app.Activity; import android.os.Bundle; public class SocketTest extends Activity { @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.main); Thread cThread = new Thread(new TCPClient()); cThread.start(); } } 2008. 1. 19. 이전 1 다음