The default onscreen input method provided by Android OS.
How can I disable spelling corrections in an EditText's soft-keyboard programmatically in Android? The user can disable it from settings, …
java android android-edittext android-softkeyboard spell-checkingSo I want to have a keyboard in my app that has emoji just like Whatsapp or Hangouts. How can …
android android-softkeyboard emojiI am working on Android SoftKeyboard. I've created layout for keyboard but dont't know how to include suggestions which appears …
android android-softkeyboardI have an EditText inside a Fragment inside a Activity. My Activity layout: <?xml version="1.0" encoding="utf-8"?> <…
android android-fragments keyboard android-softkeyboard android-input-methodAlready asked here but without a proper answer. I want the FAB to float on top of the keyboard. that's …
android android-softkeyboard floating-action-buttonAccording to the material design spec, when the keyboard appears, the BottomNavigationView should hide underneath it. However, if I set …
android android-softkeyboard bottomnavigationviewI'm trying to find a way to disable and enable keyboard sound and vibration when tapping keys. I've searched on …
android android-softkeyboard android-vibrationWe're applying the new Android KitKat translucent theme in our apps, and we're getting a weird issue when the keyboard …
android android-softkeyboard android-4.4-kitkatI have a requirement in which I have one MainActivity. From this activity I instantiate 4 fragments(Let us say FragmentA, …
android android-edittext android-softkeyboard imeI'm developing a Javascript/JQuery plugin for Responsive Web Design. It has a function that monitors the viewport for changes, …
javascript jquery android-softkeyboard