1. 首页
  2. 数据库
  3. 其它
  4. Android学习笔记之Toast

Android学习笔记之Toast

上传者: 2021-01-17 00:06:00上传 PDF文件 72.93KB 热度 11次
使用统一标准化的Toast Toast.makeText(Context context, CharSequence text, int duration).show(); /* android.widget.Toast context: this & MainActivity & getApplicationContext() text: 想要输出的通知文本 duration: LENGTH_LONG & LENGTH_SHORT */ android. widget. Toast类的show()方法可以显示这个通知。 可以对这条通知显示的位置进行自定义。 Toast toast = To
用户评论