安卓handler.post问题
摘要:1 protected void onCreate(Bundle savedInstanceState) { 2 super.onCreate(savedInstanceState); 3 setContentView(R.layout.activity_main); 4 btn = (Button) findViewById(R.id.button1); 5 progressBar = (ProgressBar) findViewById(R.id.progressBar1); 6 7 btn...
阅读全文
posted @ 2013-06-25 15:08
浙公网安备 33010602011771号