Page 591 - 3-2
P. 591

super.onCreate();
                    Thread worker = new Thread(){
                        public void run(){
                            try{
                                sock = new Socket("192.168.0.59",10527);
                                socket_out = new PrintWriter(sock.getOutputStream(), true);
                            }catch (Exception e){
                                e.printStackTrace();
                            }
                        }
                    };
                    worker.start();
                }
            }


            ●  앱 실행시 화면




























































                                                         - 591 -
   586   587   588   589   590   591   592   593   594   595   596