Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

Implementations of Emoji (Emoticon) View/Keyboard Layouts

I am trying to figure out how the emoji (emoticon) selections are implemented on the Facebook app and the Google …

android android-softkeyboard emoji emoticons
Disabling the fullscreen editing view for soft keyboard input in landscape?

On Android devices that use soft keyboards, I want to prevent the fullscreen keyboard editing view (shown below) from appearing …

android android-softkeyboard android-input-method
How to remove auto focus/keyboard popup of a field when the screen shows up?

I have a screen where the first field is an EditText, and it gains the focus at startup, also popups …

android keyboard popup android-softkeyboard
Android: ScrollView not scrolling with keyboard out

I've got a layout with some views, from which one is an EditText. The layout easily fits on one page, …

java android android-layout android-softkeyboard android-scrollview
Android: How to push button above soft keyboard

I've got a "save" button which I want to push up together with the soft keyboard. So when the user …

java android xml android-layout android-softkeyboard
Android EditText, soft keyboard show/hide event?

Is it possible to catch the event that Soft Keyboard was shown or hidden for EditText?

android keyboard-events android-softkeyboard
Is there any way to change android:windowSoftInputMode value from java class?

I want to act my tabs to have different windowSoftInputMode properties for each tab. How to access this property from …

android android-tabhost android-softkeyboard
adjustPan not preventing keyboard from covering EditText

I'm trying to create a pretty basic chat screen with a ListView displaying the text and an EditText at the …

android android-layout android-manifest android-softkeyboard
Android soft keyboard resize layout

When the virtual keyboard opens, it resizes my layout. How can i made for put the keyboard on my layout? …

java android xml android-softkeyboard