Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

Detect delete button in soft keyboard

I have two EditText (each only only accepts one character) and I want to handle both fields like I had …

android android-edittext android-softkeyboard
Soft keyboard hides half of EditText

I have a listview and the last list item contains EditText: <RelativeLayout android:id="@+id/contentLayout" android:layout_width="…

android android-edittext android-softkeyboard
Creating a SoftKeyboard with Multiple/Alternate characters per key

I'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
Create Custom Keyboard in Android

I'd like to write an custom keyboard which should work on all devices that are running Android 4.0 and up. So …

android keyboard android-softkeyboard
How can I get a "done" button in softkeyboard?

how can I have a "done" button in my softkeyboard (Samsung Galaxy 10.1, Android 3.1) when writing in an EditText? Using <…

android android-edittext android-softkeyboard
How to draw view on top of soft keyboard like WhatsApp?

I want to know how it's possible to add View on top of Keyboard like WhatsApp and Hangout. In chat …

android view android-softkeyboard
Android: Remove Enter Key from softkeyboard

In my login form when user clicks on an EditText and presses the enter key, this inserts a new line, …

android return android-edittext android-softkeyboard enter
How to lose the focus of a edittext when "done" button in the soft keyboard is pressed?

I have 7 edittext boxes in my xml. I'm using the OnFocusChangeListener to read the value from edittext and i'm using …

android android-edittext android-softkeyboard
how to listen to keyboard search button in searchView

I have a SearchView. When the user clicks on the keyboard search button, I need to make a server call. …

android android-softkeyboard searchview
setImeOptions: why the "Done" button does not show on the soft keyboard?

I try to set the "Done" button on the softkeyboard by using input.setImeOptions(EditorInfo.IME_ACTION_DONE); but the "…

android android-softkeyboard ime