I want to make the custom keyboard in my android application and show it for specific EditText.
I’ve read documentation and found, that I need to extend the InputMethodService class. But I didn’t find out how to show this keyboard automatically for some EditText.
Thanks
I found the solution I wanted here: http://www.infiniterecursion.us/2011/02/android-activity-custom-keyboard.html