android-dialog
Application selection dialog based on filetype
I\'m trying to create a Dialog, which will display a list of availible applications to open a given filetype.[详细]
2023-04-10 12:50 分类:问答Positon an Acitvity applied with a theme dialog at a particular x, y position
I would like to place the dialog on a particular positi开发者_JS百科on on the screen(-10px from top and -5px from let).[详细]
2023-04-06 13:10 分类:问答How to set background of an spinner dialog
Hi I want to set the background for the dialog of my spinner. I am using following code <Spinner android:id=\"@+id/my_ac_debt_card_spinner\"[详细]
2023-04-05 22:16 分类:问答Reset an Android Dialog
I found plenty of topics on how to save states of a dialog, for instance using Bundle instances. However, I can\'t seem to find how to \"properly\" reset a dialog.[详细]
2023-04-05 21:36 分类:问答Get a open Dialog without having any references to it
On Android, if I 开发者_JS百科added a Dialog into the screen and another Activity opens, how can I get from that Activity all the open Dialogs?[详细]
2023-04-05 19:15 分类:问答How to display progress dialog before starting an activity in Android?
How do you display a progress dialog before starting an activity (i.e., while the activity is loading some data) in Andro开发者_运维百科id?You should load data in an AsyncTask and update your interfac[详细]
2023-02-14 19:07 分类:问答Activity that does not obstruct clicks
I am starting an activity that is themed as Theme.Dialog. I was wondering if it is possible to display the activity and still be able to click everything behind it. I know this is possible in androi[详细]
2023-01-29 12:44 分类:问答Android 1.6: "android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application"
I\'m trying to open a dialog window, but every time I try to open it it throws this exception: Uncaught handler: thread main exiti开发者_如何学运维ng due to uncaught exception[详细]
2022-12-26 14:06 分类:问答How to prevent a dialog from closing when a button is clicked
I have a dialog wit开发者_运维知识库h EditText for input. When I click the \"yes\" button on dialog, it will validate the input and then close the dialog. However, if the input is wrong, I want to rem[详细]
2022-12-26 05:39 分类:问答How to show a dialog to confirm that the user wishes to exit an Android Activity?
I\'ve been trying to show a \"Do you want to exit?\" type of dialog when the user attempts to exit an Activity.[详细]
2022-12-19 21:52 分类:问答