Top "Android-dialog" questions

Base class for Dialogs.

WebView in Dialog

I have an application where I need to load a small webpage inside of webview. The webview needs to load …

android android-webview android-dialog
Change Android Dialog button text size via styles

I am trying to enlarge the text size on all of my applications dialog buttons via styles. The following code …

android android-layout android-theme android-dialog android-styles
NullPointerException when creating a new Dialog

I have a DialogFragment that creates a listview dialog and on a list item click I want to display an …

android nullpointerexception android-dialog
About Android Progress Dialog. Avoid?

I was reading about Dialogs in Android site and I came across a section that saying "Avoid ProgressDialog". Here is …

android android-fragments android-alertdialog android-dialog android-progressbar
remove white background in dialogfragment

Here's how I called my DialogFragment: DialogSelectAccount myDiag=new DialogSelectAccount(); myDiag.show(ft,"Diag" ); Here's how (partially) my DialogFragment is …

android android-layout android-fragments android-dialogfragment android-dialog
Custom view in Dialog Preference

How can I set a customize the style in extended DialogPreference ? public class AboutDialog extends DialogPreference { public AboutDialog(Context oContext, …

android android-preferences android-dialog android-gui
Correct way to make a custom material dialog with appCompat 23+

Ok I'm really confused here on how to make a custom dialog properly using the latest appcompat v23.0.1 Here is …

android android-dialogfragment android-dialog android-appcompat
Custom Menu on button click as drop down

I am trying to implement the action bar functionality of the flipkart app.. For this I have successfully created a …

android android-alertdialog android-dialog android-styles optionmenu
Android: Dialog minimum margin

I use android android.app.Dialog for create a custom dialog ( for button and background ) In my Dialog I has …

android android-layout android-dialog
how to programatically theme an activity to be like a dialog?

Question How does one programatically (without touching the AndroidManifext.xml) set the theme of an Activity so that it looks …

java android android-activity android-dialog