How can I use custom keyboard when open custom dialog with EditText ?
I use keyboard View in my project ,I wanna show my custom keyboard when open custom dialog
- When custom dialog is open, my custom keyboard open behind dialog
When custom dialog is displayed keyboard is displayed behind that and thus user is not able to type using the keyboard. Something like this
check this tutorial Create Your Own Custom Keyboard
in additional in order to intercept the keyboard events you can overrider the
onTouch
events see the link i posted