Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

Unable to show keyboard automatically in the SearchView

The SearchView is focused by default, but when I try to show software keyboard - it doesn't happen: InputMethodManager imm = (…

android android-4.0-ice-cream-sandwich android-softkeyboard android-4.2-jelly-bean searchview
Display Keyboard for EditText in Emulator (GenyMotion) Android 4.3

Does anybody know how to display the keyboard in the emulator when the EditText field has focus. I have tried …

android android-edittext emulation android-softkeyboard genymotion
How to set different background of keys for Android Custom Keyboard

I am Working on Custom Keyboard Application This is code for background color of input.xml in softkeyboard :- @Override …

android android-softkeyboard soft-keyboard
How to programmatically hide/disable emoticons on Android soft keyboard

Is it possible to hide a specific keyboard button? I have an EditText and on some devices its keyboard has …

android android-edittext android-softkeyboard
Detecting android softkeyboard show/hide events

I am trying to detect showKeyboard and hidekeyboard events on phonegap. For that purpose, on deviceready event I placed following …

cordova dom-events android-softkeyboard cordova-3 android-event
Android - Soft Keyboard pushes layout of my activity out of screen

My activity's layout is as shown below. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_…

android android-edittext android-softkeyboard
Push Listview when keyboard appears without adjustPan

I am trying to create an activity with a listview and a send message at bottom. The problem is that …

android android-listview android-softkeyboard
How to hide keyboard on dialog showing?

I have a custom dialog with a EditText in it. When the dialog appear the focus is on the EditText, …

android dialog android-softkeyboard
Programmatically Hide Soft Keyboard in ViewPager.OnPageChangeListener onPageSelected()?

I have a ViewPager + ActionBar with tabs. I want to make the soft keyboard hide when I "swipe" to another …

android android-fragments android-viewpager android-softkeyboard
Android soft keyboard custom "Done" button text?

I'm aware I can set my "done" button to different things using EditText.setImeOptions(); but how would I set it …

android android-softkeyboard