Tagged Questions
A small informational popup window used in GUIs, such as in Android apps.
39
votes
4answers
3k views
What does “toast” mean?
Curious what "Toast" means?
Saw this and am curious...
http://stackoverflow.com/questions/1344855/why-does-my-text-keep-highlighting
Similar Posts
...
30
votes
1answer
5k views
how to change position of Toast in android?
when i use toast to display some text on screen it displays little bit above the bottom(default position).
now i want to display it in the middle of screen or according to my choice can any one guide ...
22
votes
8answers
11k views
Can an Android Toast be longer than “Toast.LENGTH_LONG”?
When using setDuration for a Toast is it possible to set a custom length or at least something longer than Toast.LENGTH_LONG?
17
votes
3answers
572 views
12
votes
2answers
455 views
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. Can anyone confirm this or provide a better explanation? I am teaching a ...
8
votes
1answer
423 views
Cancel a toast on Android before it appears
My application displays a Toast when a certain action happens. If two of these actions happen in close proximity, however, I would like to forgo displaying the first Toast, instead displaying only the ...
6
votes
2answers
2k views
Android Toast in iPhone
I have made Android application a few months ago.
The Toast class is very useful for me.
I do not need to consider the main Thread and place to show it.
Anywhere I can show it and just leave that ...
5
votes
2answers
5k views
4
votes
3answers
394 views
Shared Toast does not show in Android 3.0.1 on Motorola Xoom
I use a shared Toast across different Activities in order to only show the latest message, immediately discarding any previous ones. I put the code in the custom Application object:
public class ...
4
votes
2answers
695 views
It is possible to specify the position of a Toast? [closed]
Possible Duplicate:
how to change position of Toast in android?
i have to show a toast, when the user press a button, but i want to show it a little more down in the screen.
how can i do ...
4
votes
2answers
598 views
Android Vibrate on toast (Homer: Mmmm vibrate on toast)
Is it possible to make the phone vibrate for ANY toast message in your program?
Or do you have to insert a vibrate command on each toast?
Cheers.
4
votes
1answer
892 views
create toast from IntentService
I'm trying to have my IntentService show a Toast message,
but when sending it from the onHandleIntent message, the toast shows but gets stuck and the screen and never leaved.
I'm guessing its because ...
4
votes
3answers
2k views
Windows Phone 7 Notifications/Pop/Toasts
If there a way to display a normal Notification/Toast/Popup in Windows Phone 7, which is not a Push Notification?
All I want to do is to be able to give the user a message when something occurs...
3
votes
5answers
46 views
How to get a text from a Toast object [closed]
I have a toast shown up, then I store the Toast object somewhere and later I need to get a text which was shown. But looking into APIs I don't see a method to retrieve this info. Please advice.
3
votes
1answer
91 views
How can get the light blue halo of a toast in my custom toast as well?
I'm creating my custom toast mainly because I place it on a grid view and need some control on it's width. But I really do like the lightblue halo on the standard toast and would like to get that back ...
3
votes
8answers
214 views
Finish activity after toast message disappears?
Does anybody know, if there is a possibility to do something (in my case finish activity) on toast message will be closed?
3
votes
1answer
189 views
How to Change the alignment of Toast by Programmatically? [closed]
Possible Duplicate:
how to change position of Toast in android?
How to change the Alignment for Toast? Basically, toast it'll displays information bottom of the device. How can we change ...
3
votes
2answers
1k views
How to set Toast display time less than Toast.LENGTH_SHORT
I want to display toast less than Toast.LENGTH_SHORT, as i feel its taking around 2 seconds. i want to display toast only for half second.
And what is time interval for Toast.LENGTH_SHORT and ...
3
votes
2answers
763 views
Set Toast Appear Length
Is there anyway I can tell a Toast Notification to show up only for a specified amount of time. Generally shorter then a regular toast message.
3
votes
1answer
462 views
Apply a Frame Animation to a Toast View
Is it possible to play a frame animation on a Toast View?
Lines 3-5 in the code below are what usually works for me if I want to play a frame animation on a View. Unfortunately when I try to apply ...
3
votes
1answer
2k views
Android : Button in custom Toast
Is it possible to have a button in a Toast?
In theory, yes because you can build a custom Toast from a layout in XML, but I tried to put a button in it and couldn't get it to register the click.
...
3
votes
4answers
317 views
Is it possible to unit test View's in CodeIgniter?
I'm using TOAST and it's doing a great job testing models... but what about views?
3
votes
1answer
1k views
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 = new OnClickListener() {
public void onClick(View v) {
...
3
votes
2answers
1k views
Equivalent to Android's Toast or Mac OSX Growl in Java Swing?
Looking for a means of displaying transient, non-modal dialogs in a Swing application. In other words, I'd like to pop up a semi-transparent box with some text in it that can be immediately ...
2
votes
1answer
175 views
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 the user.
I want the popup to not disable any clickability from the background so that ...
2
votes
2answers
170 views
What is the duration of a Toast LENGTH_LONG and LENGTH_SHORT
I need the exact duration of LENGTH_LONG and LENGTH_SHORT in milliseconds (ms). Also I need to know if the duration of Toast message with LENGTH_LONG will have the same duration in any phone and with ...
2
votes
3answers
155 views
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 code doesn't show the toast but it print the log message in the logcat. Is there some idiotic thing ...
2
votes
3answers
230 views
Toast will not show before try/catch Thread.sleep()
I've got a curious problem when I try to show(); my Toasts. You'll see below two Toasts separated by a try/catch and Thread.sleep(); In this case the second Toast, toast2, will show up but toast1 will ...
2
votes
2answers
93 views
How to pause the other instructions until the dialog message is closed
Hi I have a question on AlertDialog / Toast .
When a user clicks on a button , just a message showing "You are right " should be displayed for 1 seconds. When I implement this using toast/alertdialog ...
2
votes
2answers
161 views
How to centralize a custom toast creation
in my application i use a custom toast in almost all the activity. To create the custom toast i have the following method :
private void getCustomToast(String message)
{
LayoutInflater li = ...
2
votes
3answers
120 views
Android: get applicaiton context to display graphical components
I've been wandering how to do this correctly or a while.
I want to display a Dialog or Toast (or anythign graphic) from another place than my man thread.
but for that I need to pass a Context.
the ...
2
votes
3answers
182 views
How to Customise Toast in Android?
Is it possible to make Customize Toast in Android. like if can we place in it image icon and place button.
2
votes
1answer
151 views
Add callback for when a Toast message closes
I have a Toast message I use as a splash screen which I would like to add a callback to once it closes. How is this achievable in Android?
// Splash
LayoutInflater inflater = getLayoutInflater();
...
2
votes
1answer
172 views
how to show a toast exactly on a button
i have various XMLs in all those XML i have buttons but the position of button is different in each xml.... in my activity these xml gets inflated randomly (any xml can come on foreground)... as ...
2
votes
3answers
347 views
Is it possible to wait until a toast has finished to resume the method?
In one of my methods, I have a toast that appears if the user gives the correct input. However, I do not want the next image to display until the toast has finished.
If I use Thread.sleep(3000) if ...
2
votes
3answers
206 views
Toast from FileObserver
I have a problem. I'm using a FileObserver, which moves new files from the watched directories to another, former specified directory. In my thoughts there should be shown a toast message that says ...
2
votes
2answers
219 views
Type mismatch:cannot convert void to toast
i have a method in my main activity which is of void return type.if i create a Toast inside the method it shows the error "Type mismatch:cannot convert void to toast". can anyone explain what is the ...
2
votes
5answers
501 views
How to use Toast when I cant use “this” as context
I have a location listener activity and I want to make toast notifications. But it will not let me pass this as the context. How should I make toast work?
2
votes
1answer
411 views
WP7: Creating a non-network toast-like message inside an App?
Okay so the title might sound a bit confusing, but here's what I want to do:
In the app im developing, I want to display a message to the user when he clicks a button, and then hide the message again ...
2
votes
1answer
586 views
Toast Message in Android
Friends, In my application Toast message is Displayed in Activity say UserActivity.class..
That activity includes a button, in which it will Redirect to next Activity in OnClick of button..
What i ...
2
votes
3answers
120 views
FC on button action (if…toast)
When i tap on button when editText are empty i have a FC, here is my code:
final Button button = (Button) findViewById(R.id.button);
button.setOnClickListener(new View.OnClickListener() {
...
2
votes
5answers
1k views
How to display toast inside timer?
I want to display toast message inside timer and I used the following code :
timer.scheduleAtFixedRate( new TimerTask()
{
public void run()
{
try {
fun1();
} catch ...
2
votes
1answer
767 views
Why doesn't my Toast show up?
My toast doesn't show up until after the file has completed downloading (I commented the download function). Any ideas why?
public void onCreate(Bundle savedInstanceState) {
...
2
votes
2answers
303 views
Want to hide Android toast when app in background
If I issue a toast when my App's activity is not in the foreground then the toast will still show up on the screen. How can I prevent my toast from showing up when my app is running in the background. ...
2
votes
4answers
782 views
Toast message length
Is there a way to make Toast messages last longer than Toast.LENGTH_LONG. I don't feel this length of time is quite long enough for the user to read the notification I'm displaying.
2
votes
2answers
3k views
Toast inside OnClickListener
I am trying to use Toast inside OnCLickListner and am getting the following error
The method makeText(Context, CharSequence, int) in the type Toast is not applicable for the arguments (new ...
2
votes
1answer
2k views
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?
2
votes
1answer
1k views
How to cancel Toast
I developed an android application and I am facing a problem with Toast.
Suppose I am displaying a Toast, it is displayed on the application window.
When a Dialog box is appears, the toast doesn't ...
2
votes
7answers
1k views
Android Toast in iPhone?
When I write Android apps, I love the Toast feature. Is there a way to get this kind of set and forget popup message in iPhone development using MonoTouch (C# .NET)?
2
votes
4answers
3k views
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 nothing is found, but my application always crashes.
I've tried using the application Context ...