The default onscreen input method provided by Android OS.
I have two EditText (each only only accepts one character) and I want to handle both fields like I had …
android android-edittext android-softkeyboardI have a listview and the last list item contains EditText: <RelativeLayout android:id="@+id/contentLayout" android:layout_width="…
android android-edittext android-softkeyboardI've followed the examples on developer.android.com regarding Input Methods and played with the SoftKeyboard sample application. These together …
android android-softkeyboard soft-keyboardI'd like to write an custom keyboard which should work on all devices that are running Android 4.0 and up. So …
android keyboard android-softkeyboardhow can I have a "done" button in my softkeyboard (Samsung Galaxy 10.1, Android 3.1) when writing in an EditText? Using <…
android android-edittext android-softkeyboardI want to know how it's possible to add View on top of Keyboard like WhatsApp and Hangout. In chat …
android view android-softkeyboardIn my login form when user clicks on an EditText and presses the enter key, this inserts a new line, …
android return android-edittext android-softkeyboard enterI have 7 edittext boxes in my xml. I'm using the OnFocusChangeListener to read the value from edittext and i'm using …
android android-edittext android-softkeyboardI have a SearchView. When the user clicks on the keyboard search button, I need to make a server call. …
android android-softkeyboard searchviewI try to set the "Done" button on the softkeyboard by using input.setImeOptions(EditorInfo.IME_ACTION_DONE); but the "…
android android-softkeyboard ime