ToastAndroid

Learn how to use the ToastAndroid API to provide simple feedback to the users.

The ToastAndroid API can be used to provide quick and simple feedback to the users in the form of a toast (or a popup). It is particularly useful when users perform actions such as sending an email or submitting a form. During these scenarios, users want feedback about the operation they just completed. The toast occupies a small portion of the screen (depending on the message). The activity in the application background remains visible and interactive. The toast is only visible for a short time and disappears after a timeout.

Get hands-on with 1200+ tech skills courses.