Top "Android-alertdialog" questions

A subclass of Dialog that can display one, two or three buttons.

Android Don't dismiss AlertDialog after clicking PositiveButton

Can I just don't dismiss my AlertDialog after clicking PositiveButton? I would like to remain the dialog to show something …

android android-alertdialog
Remove black background on custom dialog

I 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-styles
DialogFragment advantages over AlertDialog

When developing an Android app, I've read that it's recommended to use DialogFragment instead of using directly an AlertDialog to …

android android-alertdialog android-dialogfragment dialogfragment
Blur Background Behind AlertDialog

As we know from API 14 the Below Blur has been deprecated dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); Is …

android android-alertdialog blur
set Transparent background to alertdialog in android

I want to show alert dialog with transparent background. My code of alert dialog is: AlertDialog.Builder imageDialog = new AlertDialog.…

android android-alertdialog
How to add a check box to an alert dialog

Currently when the user opens my app, an AlertDialog opens, asking them if they would like to upgrade to the …

android checkbox android-alertdialog
How do I display a dialog in android without an Activity context?

This seems like it should be simple, but I'm not finding an answer anywhere. I have an Android application that …

android android-alertdialog
Android Alert Dialog with one, two, and three buttons

I don't make alerts very often but every time I do it takes me a while to read through the …

android android-alertdialog
"Avoid passing null as the view root" warning when inflating view for use by AlertDialog

I get the lint warning, Avoid passing null as the view root when inflating views with null as parent, like: …

android android-alertdialog layout-inflater
Button style in AlertDialogs

Does anyone know how to override the default style for AlertDialog buttons? I've looked through the Android source for themes …

android android-alertdialog