A subclass of Dialog that can display one, two or three buttons.
Hello all i have a simple problem i have a alertDialog and i want it to show two buttons i …
android android-alertdialogHy. I tried to create an alert dialog but when I run my application, is throw an exception 09-26 12:43:21.949: E/…
android android-alertdialog android-dialogI'm having trouble closing my alert dialog. I am using a layout inflator to make the dialog, so I'm not …
android android-alertdialogThis is my code for an alert, it shows a message when button is pressed. How can i make an …
android android-alertdialogI'm very new to android and I'm following this example. The code says we need to do these steps to …
android methods android-alertdialogI understand that there is this documentation http://developer.android.com/reference/android/app/DialogFragment.html#AlertDialog but as a …
android android-fragments android-alertdialogI'm trying to create a DialogFragment using a custom view in an AlertDialog. This view must be inflated from xml. …
android android-alertdialog android-fragments android-inflate layout-inflaterI had created an AlertDialog which is working fine. It is disappearing, if I press: 1) escape keyboard button or 2) back …
android android-alertdialogHow do I close a Dialog in android programmatically for example by a button? Imagine I have a Dialog with …
java android dialog android-alertdialogI am trying to put some loooong text into an AlertDialog. The only issue the default font size that is …
android textview android-alertdialog font-size