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.

Android - Confirm app exit with toast

I'm new to Android development and I want it so when the user presses the back button on the main …

android exit toast back confirm
Android - Sending message to a handler on a dead thread, Toast error

I am using C2DM services and when I get message, I get also error of "Sending message to a …

android android-c2dm toast
Why toast message are not show in android 4.1 operating system containing mobile

I cant see the toast message in android 4.1 mobile. Upto yesterday I was able to see the toast message. From …

android toast android-4.2-jelly-bean
Android: Show toast after finishing application / activity

I want to show a simple toast, when exiting an application. The problem is, that the toast is not shown. …

android toast system.exit
Error while dispaying an Toast message: Can't create handler inside thread that has not called Looper.prepare()

I am getting an Runtime Exception:Can't create handler inside thread that has not called Looper.prepare() while displaying the …

android exception toast
Display two Toast messages at once?

I would like one Toast message to display in one location and a different Toast message to display in another …

android toast android-toast
Android cancel Toast when exiting the app and when toast is being shown

I have read about this kind of problem here but the answers don't seem to be working. I show a …

android toast
`Can't create handler...Looper.prepare()` in inherited Activity

I have a Game Activity (Activity A) that works well with all the code. Then I create a new Activity (…

java android handler toast looper
Toast message not shown

I am trying to show a toast message in my application using the following code. AlertDialog.Builder alert = new AlertDialog.…

android android-ui toast android-toast
Error calling toast from Service Android

Possible Duplicate: Android Toast started from Service only displays once I'm using Service Android defined in android.app.Service. I …

android multithreading android-service toast