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()
相关文章
相关标签/搜索