Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

Difference between adjustResize and adjustPan in android?

I tried to write a code which is used to re-size the UI components when soft-keyboard appears. When I use …

android android-softkeyboard
Android How to adjust layout in Full Screen Mode when softkeyboard is visible

I have researched a lot to adjust the layout when softkeyboard is active and I have successfully implemented it but …

android android-layout android-widget android-softkeyboard
Open soft keyboard programmatically

I have an activity with no child widgets for it and the corresponding xml file is, <?xml version="1.0" encoding="…

android android-softkeyboard
Android Use Done button on Keyboard to click button

Ok in my app I have a field for the user to input a number. I have the field set …

android keyboard-events android-softkeyboard
Use "ENTER" key on softkeyboard instead of clicking button

Hello I've got a searched EditText and search Button. When I type the searched text, I'd like to use ENTER …

android keyboard android-softkeyboard
How to move the layout up when the soft keyboard is shown android

I have a login screen with two EditTexts and a login button in my layout. The problem is that, when …

android android-softkeyboard
How to hide Android soft keyboard on EditText

I have an Activity with some EditText fields and some buttons as a convenience for what normally would be used …

android android-softkeyboard
Android on-screen keyboard auto popping up

One of my apps has an "opening screen" (basically a menu) that has an EditText followed by several Buttons. The …

android android-softkeyboard
How to hide the soft keyboard from inside a fragment?

I have a FragmentActivity using a ViewPager to serve several fragments. Each is a ListFragment with the following layout: <?…

java android android-fragments android-softkeyboard
How to close Android Soft KeyBoard programmatically?

I am currently showing softkeyboard using the following code InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.toggleSoftInput (InputMethodManager.…

android android-softkeyboard