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.

Move layouts up when soft keyboard is shown?

I have a few elements in a RelativeView with the align bottom attribute set, when the soft keyboard comes up …

android user-interface android-layout android-keypad
Prevent the keyboard from displaying on activity start

I have an activity with an Edit Text input. When the activity is initialized, the Android keyboard is shown. How …

java android focus android-keypad
Page scroll when soft keyboard popped up

I have a <ScrollView> layout: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.…

android android-layout android-intent android-scrollview android-keypad
How to disable copy/paste from/to EditText

In my application, there is a registration screen, where i do not want the user to be able to copy/…

android-widget android-edittext android android-keypad
How do I default to numeric keyboard on EditText without forcing numeric input?

This has been asked elsewhere online to no avail. Is there any way in Android to display the numeric soft …

android android-keypad
EditText with number keypad by default, but allowing alphabetic characters

I have an EditText box and I want the default keyboard that comes up when it is selected to be …

android android-keypad
Get Cursor Position in Android in Edit Text?

I am using a custom EditText View. I have overridden the OnKeyUp event and am able to capture the Enter …

android android-edittext android-keypad
Android Keyboard hides EditText

When I try to write something in an EditText which is at the bottom of the screen, the soft keyboard …

android android-layout android-edittext android-scrollview android-keypad
is there a default back key(on device) listener in android?

I am having two activities A and B. when i click the button in A that will shows B. when …

android android-emulator android-keypad
android:windowSoftInputMode="adjustResize" doesn't make any difference?

I have a faux dialog which uses this layout: <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://…

android android-layout android-keypad android-input-method