Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

Show entire bottom sheet with EditText above Keyboard

I'm implementing a UI where a bottom sheet will appear above the keyboard with an EditText for the user to …

android android-layout android-softkeyboard bottom-sheet
Recyclerview not scrolling to end when keyboard opens

I am using recylerview in my application and whenever new element is added to recyclerview, it scrolls to last element …

android listview android-recyclerview android-softkeyboard
EditText in Listview loses focus when pressed on Android 4.x

I know there are a lot of similar questions out here but I couldn't get any of the provided solutions …

android android-listview android-edittext android-softkeyboard ontouchlistener
Hide keyboard when navigating from a fragment to another

I have a Fragment that contains an Edit Text. When the Edit Text is pressed, the keyboard is being shown. …

java android kotlin android-fragments android-softkeyboard
Android: AutoCompleteTextView hide soft keyboard

I have an AutoCompleteTextView which as usual provides suggestions after a user types 3 letters. I want once once I touch …

android android-softkeyboard autocompletetextview
Android custom numeric keyboard

I want to add numeric keyboard like the one in vault application I don't know how to call it and …

android android-softkeyboard
How to stop Soft keyboard showing automatically when focus is changed (OnStart event)

I am developing for a tablet using Android 2.2. I have a form which I am using for new and editable …

android android-softkeyboard android-edittext
Positioning EditText Above Keyboard

I have got an EditText looking like this (with "bottom gravity"): When I press the EditText, the keyboard shows up …

android android-edittext android-softkeyboard
SoftKeyboard hiding EditText

I have a layout that uses an EditText to let users search a database and populate a ListView. The EditText …

android android-edittext android-softkeyboard