Top "Toast" questions

A toast notification is a transient message to the user that contains relevant, time-sensitive information and provides quick access to related content in an app.

Why are Android popup messages called toasts?

My guess it that the lightweight notifications in Android are called Toast because they popup like toast from a toaster. …

android toast
Can I set something like "tooltip" for a view in android?

Can I set some message to appear like a "tooltip" for a TextView or Button?

android view android-edittext toast hint
Popup over incoming-call screen

I want to create a customized popup over the android's incoming call screen where I wish to add information for …

android android-layout dialog popup toast
Hiding of the Toast for long press on actionBar item

Is some possible way how to hide the toast after long-press on the ActionBar item? I didn't setup a title …

android actionbarsherlock android-actionbar toast long-press
Cancelling an already open toast in Android

I'm currently starting to develop Android applications and I've been following up a this tutorial on how to use and …

android google-maps toast
error when displaying toast

I am trying to run a toast in sequence in order to display a ruuning rss feed. I am getting …

android toast
android toast doesn't fit text

I am developing an application where I have to use numerous toasts. I display these toasts by using: Toast.makeText(…

android toast
Display local toast notification

I want to develop a universal app for Windows Phone 8.1 which contains a local “Notification”. What I want to do …

toast windows-phone-8.1 win-universal-app
Toast Notifications in Win Forms .NET 4.5

I've searched through a number of different posts to do with creating toast notifications from a Win Form however when …

c# toast
onPreferenceChange method isn't called when Listpreferences changes

I have a Preferences Activity in my code. I want to show a toast when ever user change radio button …

android preferences toast