A "soft keyboard" is a virtual keyboard based on a software component that allows a user to enter characters.
I have an EditText and a Button in my layout. After writing in the edit field and clicking on the …
android android-edittext android-softkeyboard android-input-method soft-keyboardI'm showing an input box using AlertDialog. The EditText inside the dialog itself is automatically focused when I call AlertDialog.…
android keyboard android-edittext soft-keyboardPossible Duplicate: Close/hide the Android Soft Keyboard First thing first I already saw this thread. I tried accepted methods …
java android hide show soft-keyboardIs there some way to get UIKeyboard size programmatically. 216.0f height and 162.0f height in landscape. Following seem to be …
ios objective-c iphone soft-keyboardI have a bunch of EditTexts in my Android application, each with InputMethod set to numberSigned. My target device does …
android android-edittext soft-keyboardI have 2 activities, A and B. When A starts, it checks for a condition and if true, it calls startActivityForResult() …
android keyboard soft-keyboardI'm struggling with the done button on the soft keyboard. I can't get the soft keyboard Done key press to …
android android-softkeyboard soft-keyboardI want to hide soft keyboard after AlertDialog dismiss, but it's still visible. Here is my code: alert = new AlertDialog.…
android keyboard hide android-softkeyboard soft-keyboardI have an activity with one EditText where I need to input numbers only. Now, I have defined the Input …
android keyboard android-edittext soft-keyboardI've followed the examples on developer.android.com regarding Input Methods and played with the SoftKeyboard sample application. These together …
android android-softkeyboard soft-keyboard