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
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
onTouch