Overriding Defaultkeyboard
I have a cusom view which is programmatically created.I want to show it instead of android default keyboard.for example in the default Messaging app when user goes to compose messa
Solution 1:
Is there any way to show the custom view instead of default keyboard
You are welcome to rework your "custom view" to be an input method editor. Users can then choose to use your input method editor if they wish. You cannot force users to use your input method editor.
Post a Comment for "Overriding Defaultkeyboard"