sleep (ms)
TextView text = (TextView) findViewById(R.id.textView1); text.setText("Start:"); Thread.sleep(3000); text.setText("Stop");