Android “吐司”是什么意思?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1348788/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 02:58:28  来源:igfitidea点击:

What does "toast" mean?

androidtoastandroid-toast

回答by Jon Galloway

A small informational message that pops up like toast.

像吐司一样弹出的小信息。

alt text

替代文字

http://en.wikipedia.org/wiki/Toast_(computing)

http://en.wikipedia.org/wiki/Toast_(计算)

回答by Sampson

It's a type of Window that "pops up" like toast:

这是一种像吐司一样“弹出”的窗口:

http://msdn.microsoft.com/en-us/library/ms632289%28VS.85%29.aspx

An example of a Messenger toast is the message that appears on a user's desktop when one of the user's contacts signs in. Another example of Messenger toasts is the messages displayed when a user receives an alert from the .NET Alerts service. The following are examples of typical toasts:

alt textalt text

http://msdn.microsoft.com/en-us/library/ms632289%28VS.85%29.aspx

Messenger Toast 的一个示例是当用户的一个联系人登录时显示在用户桌面上的消息。另一个 Messenger Toast 示例是当用户从 .NET Alerts 服务收到警报时显示的消息。以下是典型的吐司示例:

替代文字替代文字

回答by Bramha Ghosh

"Toast" refers to a UI feature where an event causes a small text box to appear at the bottom of the screen. The behavior seems like a piece of bread emerging from a toaster.

“Toast”指的是一个 UI 功能,其中一个事件会导致一个小文本框出现在屏幕底部。这种行为看起来像是从烤面包机里冒出来的一块面包。

回答by Cyclone

It is a popup alert that generally appears on the right hand side of the screen, and is usually for notifications with great importance. There is generally a cool effect with it, such as fading or stretching.

它是一个弹出式警报,通常出现在屏幕的右侧,通常用于非常重要的通知。它通常有很酷的效果,例如褪色或拉伸。

In my question, the toast pops up and fades in.

在我的问题中,吐司弹出并淡入。

回答by Zaz

Toast is just another name for a pop-up notification, a small message that appears temporarily to communicate some information. Pop-ups referred to as “toast” are usually displayed at the bottom of the screen, and in some cases actually pop up like toast:

Toast 只是弹出通知的另一个名称,它是一种临时出现以传达一些信息的小消息。被称为“toast”的弹出窗口通常显示在屏幕底部,在某些情况下实际上像吐司一样弹出:

Message saved as draft.

消息另存为草稿。

Photo above from Android Developers: Toasts

上图来自Android 开发者:Toasts

回答by Sujanian

Its a kind of notification that is poped up.

它是一种弹出的通知。