I am working on a project where I am creating something similar to the SWYPE keyboard in android. I am not getting an idea about how to draw lines over the keyboard. I have gone though the FingerPaint sample and know how to draw lines in a canvas, but not getting an idea as to how to draw over the keyboard, like in swype and to also press buttons on the soft input keyboard again like in SWYPE.
I can give additional info/post code somewhere about current work done.
So I figured out how to use the fingerPaint example and overriding the onMotionTouch() method.
Use the invalidate() function to have the drawing displayed while moving the finger.
If anyone needs more clarifications, i can see if i could post my code online.
R