Base class for Dialogs.
Google recommends that we use DialogFragment instead of a simple Dialog by using Fragments API, but it is absurd to …
android android-fragments android-dialog android-dialogfragmentI want to be able to create a Dialog that allows the user to pick a number from a specified …
android android-ui android-dialog numberpickerI get the following Android exception when I try to open a dialog. Can someone please help me understand what …
android android-dialog runtimeexception android-windowmanagerWhat I am trying to do: I am trying to make a custom dialog in android With rounded corners. What …
android android-custom-view android-dialogI have some fragments that need to show a regular dialog. On these dialogs the user can choose a yes/…
android android-dialogfragment android-dialogin my application my created custom dialog dont have full height and i can not change and customize that.for …
android android-layout android-dialogThe API says that the Alert Dialog can have one, two or three buttons, but the SDK only allows for …
android android-alertdialog android-dialogHy. 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 using the google example to insert a datepicker inside my app using a dialogfragment http://developer.android.com/guide/…
android datepicker android-dialog android-datepickerI need the dialog to fill the screen except for some space at the top and the bottom. I've search …
android android-dialog android-fullscreen