Why are Android popup messages called toasts?

AndroidToast

Android Problem Overview


My guess it that the lightweight notifications in Android are called http://developer.android.com/guide/topics/ui/notifiers/toasts.html">Toast</a> because they popup like toast from a toaster. Can anyone confirm this or provide a better explanation? I am teaching a course on Android development and would like to edit the wiki, so I want to be sure to get it right.

Android Solutions


Solution 1 - Android

Quoting wikipedia :

> An ex-Microsoft employee of Google is > credited with coining the term during > the development of MSN Messenger, > since Messenger's small notification > windows slide upward into view, like > toast popping out of a toaster

Solution 2 - Android

And I always thought it was like a toast with a glass of wine, where you give a short message like "to your health" or "happy birthday" or "contact deleted".

But a toaster make more sense.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEllen SpertusView Question on Stackoverflow
Solution 1 - AndroidPascal MARTINView Answer on Stackoverflow
Solution 2 - Androiddhaag23View Answer on Stackoverflow