There is no ready-to-use signature widget in android.
But writing one shouldn't be too hard.
Create a custom view, see fingerpaint example in the APIdemos, and when the
user is done, take a snapshot of the view (which contains the signature).
This would very similar to a checkout machine in the malls.

The View class in the cupcake has a new function (not sure if it is public)
Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor)

-Dan

2009/4/22 Stéphane POUVRASSEAU <
[email protected]>

>
> Hi !
>
> In my app, I need a customer signature for prooving the customer have
> seen some informations and validate them.
>
> - Does anybody knows the Android way for implementing a customer signature
> ?
>
> With Windows CE, we can use a signature's specific component, and the
> customer can use the pen to draw lines. But how can we do this with
> finger's like mobile phone ?
>
> It seems to be a very difficult question, and I haven't found an answer
> to my question yet.
>
> Best regards,
> Joe.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to