Android Keyboard/IME switched listener

212 Views Asked by At

I have developed a custom keyboard. I ask the user to switch to it using inputMethodManager.showInputMethodPicker().

How can i implement a listener that gets invoked when the user actually changes the keyboard/ime while using my application?

0

There are 0 best solutions below