toast
How to ensure serial semantics with Toast?
I was reviewing a student\'s program, which had code like this within an Activity: Toast toast = Toast.makeText(this, \"Hello\", Toast.LENGTH_LONG);[详细]
2023-02-15 14:53 分类:问答How to display toast inside timer?
I want to 开发者_如何学Cdisplay toast message inside timer and I used the following code : timer.scheduleAtFixedRate( new TimerTask()[详细]
2023-02-15 10:52 分类:问答How to display toast from one activity to another
I have a question. Is it possible to display a toast message (开发者_高级运维in if condition) from HttpDownload class to AnimalBadger class? (Both classes extend Activity)[详细]
2023-02-14 15:06 分类:问答Why are Android popup messages called toasts? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-14 05:37 分类:问答Android hide dialog after set time, like a custom time-interval toast
I\'m trying to display some text on the screen for a set period of time, similar to a toast, but with the ability to specify the exact time it is on the screen. I\'m thinking an alert dialog may work[详细]
2023-02-13 12:41 分类:问答make calculation and toast it---error
in my app i have three editText where the user can place a number.then.when the user press a button,i get the result of my calculation into another editext.[详细]
2023-02-12 16:33 分类:问答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?[详细]
2023-02-08 12:15 分类:问答Cancel a toast on Android before it appears [duplicate]
This question already has answers here: Android cancel Toast when exiting the app and when toast is being shown[详细]
2023-02-08 12:14 分类:问答Android toast: appending int to string causes line break
I\'m trying to display a message stating what the user clicked, or pressed with their finger. public void onItemClick(AdapterView<?> parent, View v, int position, long id) {[详细]
2023-02-06 04:31 分类:问答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[详细]
2023-02-05 21:15 分类:问答