I want an widget that one can sign on it on the tocuh screen its ambivalent to painter so is there a way using the painter in my application?… thanx
i want it too fit the 2.1 version does it exist ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It does not exist by default,
But can be made by extending a SurfaceView (creating your own ‘widget’)
If you handle the touch events to draw a line on the surface with the onDraw method,
then save the drawing to a Bitmap image.
You can then add your custom widget to your layout to show your signature widget.
Real autograph recognition for authenticating logins and such is however a completely different and way more advanced topic.