Base class for Dialogs.
I want to display a dialog/popup window with a message to the user that shows "Are you sure you …
android android-dialogI want to create a custom dialog box like below I have tried the following things. I created a subclass …
android android-dialogfragment android-dialogI'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-finishI 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-dialogfragmentI have an Activity named whereActity which has child dialogs as well. Now, I want to display this activity as …
android android-activity android-dialogMy program does some network activity in a background thread. Before starting, it pops up a progress dialog. The dialog …
android android-activity android-dialogHow do I remove the black background from a dialog box in Android. The pic shows the problem. final Dialog …
android android-dialogI'm trying to open a dialog window, but every time I try to open it it throws this exception: Uncaught …
android android-dialog runtimeexception android-windowmanagerLet's say I specify the layout of my DialogFragment in an xml layout file named my_dialog_fragment.xml and …
android-dialogfragment android-dialogI 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