Top "Android-input-method" questions

The InputMethod interface represents an input method which can generate key events and text, such as email addresses, other language characters, etc.

How do you close/hide the Android soft keyboard using Java?

I have an EditText and a Button in my layout. After writing in the edit field and clicking on the …

android android-edittext android-softkeyboard android-input-method soft-keyboard
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 download a file from a server and save it in specific folder in SD card in Android?

I have one requirement in my Android application. I need to download and save file in specific folder of SD …

android android-input-method android-download-manager
Android show softkeyboard with showSoftInput is not working?

I have created a trivial application to test the following functionality. When my activity launches, it needs to be launched …

android show android-softkeyboard android-input-method
Android - Get keyboard key press

I want to catch the press of any key of the softkeyboard. I don't want a EditView or TextView in …

java android keyboard keyevent android-input-method
Behaviour of imeOptions, imeActionId and imeActionLabel

I'm quite new to Android native development, and I'm trying to figure out how to customize the IME action buttons. …

android android-input-method
when using AlertDialog.Builder with EditText, the Soft Keyboard doesn't pop

I am using AlertDialog.Builder in order to create an input box, with EditText as the input method. Unfortunately, the …

android android-softkeyboard android-input-method
android:windowSoftInputMode="adjustResize" doesn't make any difference?

I have a faux dialog which uses this layout: <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://…

android android-layout android-keypad android-input-method
Hide Soft keyboard on return key press

I've searched half a dozen other answers on SO, but haven't found one that works. All I'm trying to do …

android actionlistener android-softkeyboard android-input-method
How to show soft keyboard perfectly in fragment in Android?

I have an EditText inside a Fragment inside a Activity. My Activity layout: <?xml version="1.0" encoding="utf-8"?> <…

android android-fragments keyboard android-softkeyboard android-input-method