除了使用Notification之外,Toast也可以用来通知用户某件事发生了,Toast为一个透明的对话框,可以在屏幕上显示几秒 钟后自动消失。功能上有点类似Tooltip。 Toast的一个特点时不会获取屏幕焦点(Focus)从而不会影响应用的运行。
NotifyWithText介绍了使用Toast的基本方法,Toast在屏幕上显示的时间间隔是可以控制的。Show Short Notification 和Show Long Notification就设置里两个不同的时间间隔。一个显示较短的信息,一个显示较长的信息。
Toast.makeText(NotifyWithText.this, R.string.short_notification_text, Toast.LENGTH_SHORT).show(); Toast.makeText(NotifyWithText.this, R.string.long_notification_text, Toast.LENGTH_LONG).show();
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索notification
, android时间显示
, toast
, android notification
, 时间
, 屏幕
, 一个
, 间隔
, Toast信息框
, toast不显示
, toast重复显示
Toast显示
android studio、android官网、android sdk、android开发、android sdk下载,以便于您获取更多的相关知识。