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 display Toast in Android?

I have a slider that can be pulled up and then it shows a map. I can move the slider …

android android-mapview android-asynctask toast
Use Toast inside Fragment

I'm trying to show a Toast Message when user click on a Button inside a Fragment. The problem is I …

android android-fragments android-activity toast
How to change position of Toast in Android?

When I use Toast to display some popup text on the screen, it displays the text a little bit above …

android toast
Call to getLayoutInflater() in places not in activity

What does need to be imported or how can I call the Layout inflater in places other than activity? public …

android service android-context toast layout-inflater
java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare();

I have an Android app running a thread. I want a Toast message to show with a message. When I …

android multithreading toast
Custom toast on Android: a simple example

I'm new to Android programming. What is a simple example showing a custom toast notification on Android?

android toast
How to create Toast in Flutter?

Can I create something similar to Toasts in Flutter? Just a tiny notification window that is not directly in the …

flutter dart toast android-toast
Displaying a stock iOS notification banner when your app is open and in the foreground?

When Apple's official iOS Messages app is open and in the foreground, new messages from other contacts trigger a stock, …

ios uikit apple-push-notifications uilocalnotification toast
getting context in AsyncTask

I am trying to get the context in my AsyncTask of the class called Opciones(this class is the only …

android android-asynctask toast android-context
Android Service to show toast

This code is supposed to use a service to show a toast message. There are no errors, but it doesn't …

android service toast