Top "Android-dialog" questions

Base class for Dialogs.

Android DialogFragment vs Dialog

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-dialogfragment
How to create a number picker dialog?

I want to be able to create a Dialog that allows the user to pick a number from a specified …

android android-ui android-dialog numberpicker
Android 'Unable to add window -- token null is not for an application' exception

I get the following Android exception when I try to open a dialog. Can someone please help me understand what …

android android-dialog runtimeexception android-windowmanager
How to make custom dialog with rounded corners in android

What I am trying to do: I am trying to make a custom dialog in android With rounded corners. What …

android android-custom-view android-dialog
Show dialog from fragment?

I have some fragments that need to show a regular dialog. On these dialogs the user can choose a yes/…

android android-dialogfragment android-dialog
Android get full width for custom Dialog

in my application my created custom dialog dont have full height and i can not change and customize that.for …

android android-layout android-dialog
How can I add a third button to an Android Alert Dialog?

The API says that the Alert Dialog can have one, two or three buttons, but the SDK only allows for …

android android-alertdialog android-dialog
Android Error: Unable to add window -- token null is not for an application

Hy. 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-dialog
Get date from datepicker using dialogfragment

I'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-datepicker
Android make a dialog appear in fullscreen

I 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