I have tried so many ways but I just can\'t get the display any Keyboard in my activity. Keyboard just doesn\'t show!!! I have button in my activity that when clicked calls the method below which crea
I have a custom dialog. I use the following code to create it in \"onCreateDialog\" method: Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(this,
I am facing the following problem. I have an image Gallery and I want to open an AlertDialog to display some information regarding to the clicked image. The first time I click on the image, it runs j
I am having some difficulties to update the content of an AlertDialog on the onPrepareDialog method. I am setting the content of the AlertDialog, but the dialog comes to the screen with no buttons an
I have this simple code: AlertDialog dialog = new AlertDialog.Builder(this).create(); dialog.setTitle (\"Alert title\");
When AlertDialog with EditText is showing, softkeyboard moves up layout of activity. This happens when i use trackball and all subsequent attempts after using trackball. when i call dialog in touch mo
I have an AlertDialog, which for some strange reason cannot access a final int deptID. When passing the value to the ConfirmRemoval-function, the value is correct, but when I enter the dialog\'s onCli
Is there a way to get some infomation about the checked items in the next Alert.Builder? I need to save some booleans in SharedPreferences when somebody cl开发者_StackOverflow中文版icked the positive
Has anyone managed to make dialogs which can handle all of the following requirements: Be preserved during rotation changes (the android:configChanges attribute will not be used)
I have an alert box for a log in and when ever the back button is pressed the alert box disappears. I\'ve tried @Override