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.

Need number only soft keyboard?

Hi I need a soft keyboard with only numeric values 0 to 9 and Enter key. Shouldn't show anything other than these …

android android-softkeyboard ime android-input-method qwerty
Hiding keyboard after calling new Activity that shows a ProgressDialog

I'm having trouble with the on screen keyboard. I have an activity with an EditText which shows the keyboard, and …

android dialog android-activity progressdialog android-input-method
Show soft keyboard even though a hardware keyboard is connected

Is there any way to show software keyboard with USB keyboard connected (in my case RFID reader)? I tried to …

android keyboard android-softkeyboard android-input-method kiosk-mode
Android: Backspace in WebView/BaseInputConnection

I have a problem with soft keyboard backspace in Android (4.2). I have a custom editor in a WebView (CodeMirror), which …

android android-input-method android-4.2-jelly-bean
Android: Determine active input method from code

How do you determine which input method is currently active - A user can change the input method (soft keyboard) …

android android-input-method
Show soft input keyboard

I'm trying to show the soft input keyboard for a view on the touch event. This line works: inputManager.toggleSoftInputFromWindow(…

android android-view android-input-method
Custom EditText is not showing keyboard on focus

I am creating a custom EditText class because i need to set some custom fonts; However now when i click …

android android-edittext android-custom-view android-input-method
How to determine the current IME in Android?

I have an application where I would like to warn the user if they are not using the default Android …

android keyboard ime android-input-method
Detect dismiss keyboard event in Android

I have a edittext which needs to function like the textfield in iOS. When I click on it, should become …

android android-edittext android-softkeyboard android-input-method
add custom image as Emoji in android

how to add custom image as emoji in android InputMethodService. i have tried using ImageGetter imageGetter = new ImageGetter() { public Drawable …

java android emoji android-input-method