android-softkeyboard

Tie a SoftKeyboard (InputMethodService) to an EditText

Hi, I'm trying to convince an EditText-view to only use the SoftKeyboard that I wrote. It's bugging me for a few days already and I can't believe that this isn't possible to do. I might not see the obvious... So far I managed to write my own SoftKeyboard based on the sample that comes with the Android SDK. I'm able to manually select i...

How to avoid the on-screen keyboard from covering the EditText in android

whenever I click on the EditText, the screen readjusts and the edittext-view moves up. But this is not enough and the soft-keyboard still covers the view to not show what a user typing. My layout is as follows: A listview occupying 65% of screen height, followed by an editetxt view and a button LISTVIEW _____________________________...