python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
because currentInputConnection always returns null
I am trying to build an IME (input method editor) for Android. I know that I have to create a class that extends InputMethodService, to have access to the getCurrentInputConnection method. My understa...
chrrissoft
Votes: 0
Answers: 2
The sample of Android's MultiClientInputMethod cannot properly work
I follow Google's official instructions to use the example of MultiClientInputMethodManagerService(https://android.googlesource.com/platform/frameworks/base/+/master/services/core/java/com/android/ser...
SuperPenguin
Votes: 0
Answers: 1
How to take input gif from keyboard and show in chat like Whatsapp?
I am working on a social media application. Where user can view and reply to their story then they can chat.
Handling chatting on :
public class ReplyBottomSheet extends BottomSheetDialogFragment {
...
Chandra Sekhar Bala
Votes: 0
Answers: 0
How to identify an input field by an input method service?
I am implementing a custom keyboard and therefore use an input method service. In the onStartInput() method I am able to identify the app, the keyboard is used in, by the packageName of the EditorInfo...
Gerrit Humberg
Votes: 0
Answers: 1