Top "Android-dialog" questions

Base class for Dialogs.

How to show Dialog Box from the class which extends Application in android?

I want show a dialog box after specific condition , but for demo right now I want show a Dialog Box …

android android-dialog
Android: Using default style in a custom dialog title

I'm trying to create a custom multiple choice alert dialog that allows the user to select/deselect all items in …

android android-layout android-dialog
AlertDialog.Builder cannot be resolved to a type error

I receive the error on the line below: AlertDialog.Builder alrtDialog = new AlertDialog.Builder(this); The Error show is : AlertDialog.…

android android-dialog
Android Multiple File Selector/Chooser Dialog

I have been scouring the internet for a simple easy to implement Android file chooser dialog that also has the …

android android-dialog filechooser
inside Android Dialog, how to setup onActivityResult for startActivityForResult?

From an activity, I can easily setup the onActivityResult() and call startActivityForResult() and everything works fine. Now, I need to …

android android-activity android-dialog
android custom dialog background

I need to show a custom dialog in my Android application. Standard AlertDialog design is unacceptable. Android docs say: Tip: …

android android-dialog
Show a dialog in `Thread.setDefaultUncaughtExceptionHandler`

When my android application throw an exception, I want to show a custom dialog to tell user there is something …

android exception-handling android-alertdialog android-dialog
DatePickerDialog OK button not getting the selected date

I have a simple DatePickerDialog that opens when an EditText is opened. After choosing a date and pressing OK, it …

android dialog datepicker android-dialog android-datepicker
View not attached to window manager (whats the solution?)

I got hundreads of error reports from my app and all of them is the same. It is really annoying …

android android-view android-dialog illegalargumentexception
Set AlertDialog Positive Button Text to be Bold

Here is my code. AlertDialog.Builder builder = new AlertDialog.Builder(this); LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); final …

android android-alertdialog android-dialog