Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

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
Disabling the keyboard's send button when nothing has been typed yet [Android]

I'm creating a search option in an android application. After pressing "Search" on the screen-keyboard an event triggers which sends …

android android-softkeyboard android-xml
How to use the new StageText in air with pure as3?

I've written an app for android and iPhone in pure AS3 (didn't have flash builder when i started so need …

actionscript-3 flash android-softkeyboard enter
Close/hide the Android Soft Keyboard in MvxFragment

I create android app with xamarin + mvvmcross. I have an MvxAutoCompleteTextView in my MvxFragment. After writing in the MvxAutoCompleteTextView and …

android xamarin mvvmcross android-softkeyboard
Android soft keyboard hides edit text field with windowSoftInputMode set

Some of my activities are made up of 3 fragments in a vertical layout (Top, middle and bottom) The middle fragment …

android android-fragments android-softkeyboard android-layout-weight
SearchView setIconified(false) automatically calls the focus for the searchview. How can I disable this?

I have the following code: if(mSearchView != null){ mSearchView.setIconifiedByDefault(false); mSearchView.setIconified(false); mSearchView.setOnQueryTextListener(this); int searchPlateId = mSearchView.…

android keyboard android-softkeyboard searchview soft-keyboard
Scrolling a layout when the keyboard appears

My screen resizing to top when keyboard appears and hiding toolbar (FrameLayout), i need just scroll chat items to top …

android input scrollview android-softkeyboard adjustpan