About 69,700 results
Open links in new tab
  1. How can you make a custom keyboard in Android? [closed]

    Mar 6, 2012 · 136 #System keyboard This answer tells how to make a custom system keyboard that can be used in any app that a user has installed on their phone. If you want to make a keyboard that will …

  2. How to develop a soft keyboard for Android? - Stack Overflow

    I would like to play around with some ideas and develop a soft keyboard for Android to replace the default one. Is there any general information about soft keyboard development for Android out ther...

  3. Is it possible to program Android to act as physical USB keyboard?

    Any keyboard functionality (non-standard buttons) beyond the capabilities of the standard HID drivers will need to install some software on the computer. That being said, It may be possible to use …

  4. adding arrow keys to a keyboard in android studio

    Jul 1, 2022 · I've been trying to program my own keyboard on android using android studio. One thing I wanted to add are some arrow keys to move the cursor. My current code for the layout of the …

  5. Python: how do I can use android.show_keyboard for my android app?

    Jul 10, 2021 · As specified in the Python for Android documentation, android is a Cython module "used for Android API interaction with Kivy’s old interface, but is now mostly replaced by Pyjnius." …

  6. How do I implement custom View for keyboard after Keyboard has …

    Aug 24, 2019 · I am using latest Android Studio and Kotlin to make a system keyboard for Android (API 100% users). I am trying to follow the IME life cycle. There is this guideline on overriding …

  7. sdk - Is there any way in Android to get the height of virtual keyboard ...

    May 28, 2013 · Is there any way in Android to get the height of the virtual keyboard displayed on the device in run time? Actually I want to show a text box above the keyboard.

  8. How to create an Input Method android? - Stack Overflow

    Nov 22, 2015 · 3 I want to create a generic keyboard like Emoji . I am following this tutorial. I want the main softkeyboard to work as it is or I mean extends it. Only want to change layout and events on …

  9. c# - Mobile keyboard in Unity - Stack Overflow

    Jul 19, 2022 · I am implementing unity login screen in my android game. The problem is that when I click on the InputField, the keyboard opens in floating mode: I attached the following method to the …

  10. How to implement custom Gif keyboard in android?

    Jun 28, 2017 · I want to use gif images on the custom keyboard.can anyone please help me how to implement custom Gif keyboard?.