Do
Show only one Toast in response to a single user action.
Don't
Avoid putting users in scenarios where more than three Toasts could show at once.
Do
Use a Toast to communicate a single, focused text status update.
Don't
Don't use Toasts to communicate dynamically changing content, including progress bars.