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.

How to raise a toast in AsyncTask, I am prompted to used the Looper

I have tasks completed by AsyncTask in background. At some point I need to issue a Toast that something is …

android android-asynctask toast looper
How can I show a toast for a specific duration?

This is the way I have to show the Toast for 500 milliseconds. Though, it's showing more than a second. Toast.…

android toast android-toast
android - calling ui thread from worker thread

Hi I want to make Toast available to me no-matter-what and available from any thread whenever I like within my …

android android-activity toast ui-thread
JavaFX: Undecorated Window

I am attempting to make a Windows PC Toast notification. Right now I am using a mixture of Swing and …

java windows javafx toast javafx-2
Center text in a toast in Android

I was wondering if there was a way to display all text in a toast to be centered. For instance, …

android text alignment center toast
Can i have an example of displaying a toast using runOnUiThread.

I searched many places but could not find a complete working example of implementation of "runOnUiThread". I tried a lot , …

android multithreading toast
onPageFinished() never called (webview)!

I want to show a toast when the webview is totally loaded. But the toast never show up, i don't …

android load webview toast
How to display a Toast in Android AsyncTask?

I am trying to display Toast in my initial_background class extended with AsyncTask<URL, Integer, Long>. I …

android android-asynctask toast
Styling ionic 2 toast

Is there any way to style the text message within an ionic 2 toast? I have tried this: But clearly you …

toast ionic2
Checking toast message in android espresso

Would anyone know how to test for the appearance of a Toast message in android espresso? In robotium its easy &…

android android-espresso toast