android 下的Toast類

普通的使用Toast Toast.makeText(MainActivity.this,"this is a test",Toast.LENGTH_SHORT).show(); 在一個線程裏面使用Toast Handler handler =new Handler(); new Thread(new Runnable() { @Override public void run()
相關文章
相關標籤/搜索