I\'m having problems inflating an AlertDialog with a custom XML. The problem is that it doesn\'t respect the width/height I\'ve specified.
I see a lot of applications that do SMS popups. Why can\'t I get my app working? If a SMS message comes in, I would like it to popup on the screen.
I need to add an alerting system to my application. When some data is read i need to alert the user of the data. I need a dialog to pop up letting the user know the time it occurred and tell them some
I have a dialog with 开发者_如何学运维five CheckedTextView. When I open dialog and Click on some CheckBoxes and than I click Cancel Button. But when I open dialog again. The changes made is saved. Why
I\'m having trouble with settting some text to EditText every time a dialog is loaded. The problem is whenever the dialog window appears there should be some specific text in the editText that can be
I\'m using an AlertDialog with 2 buttons (one positive, one negative). I\'ve set a handler for those buttons which doesn开发者_JAVA技巧\'t mention dismiss. Indeed after clicking, I don\'t want the dia
Hey, So I have searched the internet high and low for this. Whenever, someone makes a dialog they do it on a class extending Activity.
I want to display a custom alert dialog whose structure has been defined in an XML file. This is the code I used.
For a custom AlertDialog, can I override the positive button to NOT close the dialog? instead I want to run some edit checks and keep the dialog open if my checks fail.
guys I\'ve been searching and studying about this for a whole day. The app crashes not only when a dialog is open, but also when a spinner is open (and I\'m sure it would be bunch of other scenarios t