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.
I have a view with some fields (name, email, password, register button) : <ScrollView xmlns:android="http://schemas.android.com/…
android android-layout android-scrollview android-keypadIn my fragment I have an editText inside a scrollview and when I click on that I set it to …
android android-fragments android-edittext android-keypadHi after searching on google i come here to ask about help. I use following method to go back when …
android android-keypadThis is my screen, with one button hidden behind the keyboard. I want exactly like this, but scrollable. - Whenever, …
android android-layout scrollable android-keypadI know that the code for dismiss tyhe keypad in android is InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); …
android eclipse android-edittext ontouchlistener android-keypadI have an activity with a form in it. Because the form is quite long, I've used a scrollview. The …
android keyboard scrollview android-keypadI read several other posts and using input.setInputType(TYPE_NUMBER_FLAG_DECIMAL); does open the keyboard but its not …
android android-ui android-keypadI want to add 10dp margin between EditText and Soft Keyboard. Here is my XML: <RelativeLayout android:id="@+id/…
android android-fragments android-viewpager android-edittext android-keypadI have an activity where there is an EditText and on enter key search results are shown, so what I …
android android-layout android-edittext android-keypadI've been reading many other questions, like these[1][2][3] for example, but the problem still persists. I need to find the "…
mobile-safari html-input android-keypad numeric-keypad iphone-keypad