I am trying to display a simple alert working on my activity when no internet connection is available, however, for some reason I dont know, when I set the icon for the alert, the box gets messy, too
hi i am a new developer in android, i am being a trainer and i am trying to create an alert box. In my project i have placed 2 edit text boxes and if any of them is being empty i want to pop up an al
Suppose in my application, i want the user to enter his roll no in a alertDialogbox that appears and then may be another alertDialogbox appears which will ask for his name...
I am a new developer. I am facing some problems in my new app. I have placed three edit boxes. When the user hits the button next to those edit boxes, I
How to make a List Dialog with rows like this: -----------------------------| FIRST LINE OF TEXT(o) | <- this is a \"RadioButton\"
I keep getting an exception when I want to display an alertdialog at the beginning of an activity. I can\'t figure out why? I really would appreciate an explanation.
Hi i am quite new to android.In my application I\'m us开发者_StackOverflow社区ing an alert dialog and i want the alert dialog to be retained when the device is rotated from landscape to portrait and v
in my app i have placed three开发者_Python百科 edit boxes with a ok button. Before pressing the ok button the user must enter all the edit text fields, if any of the edit text is been left empty i wan
This question already has answers here: Closed 11 years ago. Possible Duplicate: Android: Clickable hyperlinks in AlertDialog
I\'m trying to apply custom view to alert dialog. I\'m doing like this, but there is nullpointer exception when I try to show the alert box.