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.

Set Toast Appear Length

Is there anyway I can tell a Toast Notification to show up only for a specified amount of time. Generally …

android time toast
Growl/toast style notifications library for iOS

Can anyone recommend a library for implementing growl or toast-style notifications on iOS? For example, after a user saves a …

iphone ios notifications toast
Posting Toast message from a Thread

My application launches a thread to query the web for some data. I want to display a Toast message when …

android multithreading toast
What is the value of Toast.LENGTH_LONG and Toast.LENGTH_SHORT?

I am printing Toast message in my application to show notification but i want to know value of Toast.LENGTH_…

android time toast short android-toast
How to cancel Toast

I developed an android application and I am facing a problem with Toast. Suppose I am displaying a Toast, it …

android toast
Change Toast Font

Currently, I'm trying to develop an app. and I don't know how to change the Toast font. . final OnClickListener clickListener = …

android toast android-fonts
What does "toast" mean?

Curious what "Toast" means? Saw this and am curious... Why does my text keep highlighting? Similar Posts toast style popup …

android toast android-toast
How do I make a toast from a non activity class?

I have a class that I am using to get GPS data within my activity. In the constructor I pass …

android toast
How to prevent Multiple Toast Overlaps

I've been using a common "myToast" which I use "myToast.cancel() prior to issuing a new toast. For Android v2.3 …

android toast
Toast message from Broadcast Receiver

I have a broadcast receiver and I am trying to show a toast message from it, is this possible ? This …

android broadcastreceiver toast