Top "Android-dialog" questions

Base class for Dialogs.

How do I display an alert dialog on Android?

I want to display a dialog/popup window with a message to the user that shows "Are you sure you …

android android-dialog
How to create a Custom Dialog box in android?

I want to create a custom dialog box like below I have tried the following things. I created a subclass …

android android-dialogfragment android-dialog
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 …

android android-activity android-dialog activity-finish
How to prevent a dialog from closing when a button is clicked

I have a dialog with EditText for input. When I click the "yes" button on dialog, it will validate the …

android dialog android-alertdialog android-dialog android-dialogfragment
Android Activity as a dialog

I have an Activity named whereActity which has child dialogs as well. Now, I want to display this activity as …

android android-activity android-dialog
How to handle screen orientation change when progress dialog and background thread active?

My program does some network activity in a background thread. Before starting, it pops up a progress dialog. The dialog …

android android-activity android-dialog
Dialog with transparent background in Android

How do I remove the black background from a dialog box in Android. The pic shows the problem. final Dialog …

android android-dialog
How to set DialogFragment's width and height?

Let's say I specify the layout of my DialogFragment in an xml layout file named my_dialog_fragment.xml and …

android-dialogfragment android-dialog
How to dismiss the dialog with click on outside of the dialog?

I have implemented a custom dialog for my application. I want to implement that when the user clicks outside the …

android android-layout android-emulator dialog android-dialog