First page Back Continue Last page Overview Graphics

發送用的程式

(new Thread() { @Override public void run() { super.run(); try { btOut.write(st.getText().toString().getBytes()); btOut.flush(); runOnUiThread(new Runnable() { public void run() { st.setText(""); } }); } catch (IOException e) {} } }).start();