Is there any way how to create my own custom keyboard only for my application (not system keyboard), without the need for the user to change the keyboards in settings and without the need for me to specify for every EditText
to use the keyboard?
Basically what I am trying to find is a way how to tell my application to use the custom keyboard by default.