...

/

User Notifications via Toast

User Notifications via Toast

Learn how to add notification features in your application.

Toast notifications

Many times, an application needs to provide a notification to the user that something has happened, but it is not critical enough to interrupt the flow of the application completely. Toast notifications fill that role perfectly.

A toast is a small, unobtrusive pop-up informational banner. By convention, it should impart a short message that will appear for a brief amount of time before automatically disappearing. Some toast notifications also contain a way for the user to dismiss it early.

Deciding whether or not to use a toast notification is ...