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 few elements in a RelativeView with the align bottom attribute set, when the soft keyboard comes up …
android user-interface android-layout android-keypadI have an activity with an Edit Text input. When the activity is initialized, the Android keyboard is shown. How …
java android focus android-keypadI 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-keypadIn 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-keypadThis has been asked elsewhere online to no avail. Is there any way in Android to display the numeric soft …
android android-keypadI have an EditText box and I want the default keyboard that comes up when it is selected to be …
android android-keypadI am using a custom EditText View. I have overridden the OnKeyUp event and am able to capture the Enter …
android android-edittext android-keypadWhen 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-keypadI am having two activities A and B. when i click the button in A that will shows B. when …
android android-emulator android-keypadI 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