I'm considering make my own EditText for a Game with a personal appeareance.
As I see if I extend Edittext class, I have to override the onDraw method and make my own Canvas.
In the other side I have considered the option of make a CompoundView with elements to style that (is more easy to design with components already defined and used styles and XML to mockup)
My problem is, What's the method that is called by the IME when user enters a key???
Because I've tried to override all I see similar, but I can't manage it internally.
Thank you