Base class for Dialogs.
I've got a method in which i have a list of values: /** * ISO * */ public void getISO(View view) { // Open dialog …
java android android-listview android-dialogI've already written a DialogFragment. Now I've realized that I want it to have a positive and a negative button …
android android-dialog android-dialogfragmentI need to create a dialog over a fragment (that takes up the whole screen). The dialog needs to be …
android android-layout android-fragments android-dialog android-dialogfragmentI am trying to change the background of a ProgressDialog. I searched the net and found various suggestions (like How …
android android-layout android-dialogI want to make a custom Dialog. Because I don't like its style, I want to have rounded rectangle rather …
android customization android-dialog android-themeI want to remove the black background on custom dialog as shown in the picture. I'm sure the black background …
android android-alertdialog android-dialog android-stylesI am trying to get the custom dialog to close on button press //set up dialog Dialog dialog = new Dialog(…
android android-dialogfragment android-dialogHow do you display a progress dialog before starting an activity (i.e., while the activity is loading some data) …
android android-activity progressdialog android-progressbar android-dialogI would like to know how to solve a problem I've got. I have a Dialog which pops up in …
android android-dialogHow do I maintain the new Immersive Mode when my activities display a custom Dialog? I am using the code …
android dialog android-activity android-dialog android-4.4-kitkat