Microsoft mentions the toast as a visual element in the package manifest for Metro-style apps with the attribute ToastCapable="true".
What does this mean?
|
Microsoft mentions the toast as a visual element in the package manifest for Metro-style apps with the attribute What does this mean? |
|||||||||||||||||||||
|
|
A Toast is a non modal, unobtrusive window element used to display brief, auto-expiring windows of information to a user. Android OS makes relatively heavy use of them. Here's an example of a Google Chrome toast notification on Mac OS X:
A list of descriptions of Toast windows on multiple platforms: |
|||||||||||||||
|
|
Luke Wroblewski in this blog post describes a use of this real time notification:
Also worth noting from the Android Developer Guide:
|
|||
|
|
|
I learned the term from working with Android as well. We use them all the time to provide brief notifications "Item Saved to Favorites" is a common one. I think the biggest difference from a pop-up is that they are "auto-expiring." So anything with an OK/Cancel option would not be considered a toast. As for the origin of the term it could either be a reference to it popping up like toasted bread or like a dinner party toast "Something happened..Cheers!" |
|||
|
|
|
It means the application can provide alerts or notifications. From Metro Style Apps - VisualElements Here is a more information: Creating and managing tiles, toast, and Windows push notifications and Quickstart: Creating a toast notification |
||||
|
|
|
Here are some screenshots of how "toast" notifications look in Windows 8 "Metro" apps and some screenshots in Windows Phone 7. |
|||
|
|