The default onscreen input method provided by Android OS.
I am displaying a dialog with an edittext view. However, the softkeyboard will open only if the user presses inside …
java android kotlin android-softkeyboard android-sdk-2.1I am currently using an ActionBar menu item to display a SearchView in the action bar. When the search menu …
android android-actionbar android-softkeyboardWhen my user press Enter on the virtual android "user validate entry!" keyboard my keyboard stay visible! (Why?) Here my …
android android-softkeyboardI have an EditText. I want that after typing some text, when user presses the Done key of the softkeyboard, …
android key listener android-softkeyboardI need to hide the softkeypad in android when user click on anywhere other than a Edittext. There are many …
android onclick android-softkeyboardI've come about as far as this which gets me halfway there, but not quite. I have a dialer Fragment …
android android-edittext android-softkeyboardI'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 a small demo chat UI application. This application has a bottom navigation bar. I need the bottom navigation …
java android xml android-layout android-softkeyboardI have a AlertDialog box with approximately 10 controls (text and TextView) on it. These controls are in a ScrollView with …
android view resize android-alertdialog android-softkeyboard