Top "Android-keypad" questions

Android supports a variety of keyboard devices including special function keypads (volume and power controls), compact embedded QWERTY keyboards, and fully featured PC-style external keyboards.

How to show Android keyboard with symbols mode by default?

I have a EditText component, and, of course, if you click on it, the Android keypad is shown, allowing the …

android android-softkeyboard android-keypad android-inputtype
Android edittext is underlined when typing

I need to removed underline when type in edit text field in Android. For the first name edit text first …

android android-edittext android-keypad android-inputtype
edittext inside scrollview, how to scroll to edittext when it gets the focus

have an edittext inside scrollview. (and there are other views inside scrollview above edittext.) When user presses the edittext, keyboard …

android focus android-edittext scrollview android-keypad
How to hide keyboard on dialog dismiss

I have an Activity with single Fragment on it. There is one EditText on the fragment. The keyboard is popping …

android android-softkeyboard android-keypad