Android-CustomKeyboard
Android-CustomKeyboard copied to clipboard
Fully customizable Android keyboard written in Kotlin.
As a User I want show keyboard default when start new screen
Is it registered system wide as input method? Or is it only designed to be used inside certain apps?
As I can see this is pretty useful for In-App keyboard by just registering the Edittext to CustomKeyboadView but I tried using this with InputmethodService. Displays nothing. Can you provide...
Hello, I see that you have extended RelativeLayout to create the ResizableRelativeLayout class, and then extended that to create the ExpandableView class which you based your keyboard class on. Can...