I want to capture the signature of user in my app is this possible, please provide your suggestions how would I proceed on this

Regard's Saurabh

link|improve this question

1  
There is an android library for signature capturing and you could integrate it in your own program. Check out bit.ly/scfahp – Viktor Brešan Jan 17 '11 at 9:19
feedback

1 Answer

up vote 2 down vote accepted

I have never seen this done before, but i cannot imagine it being impossible. If given this problem I would do it by providing some area for the user to "sign" on and capturing MotionEvents . Depending on how much memory you want to take up vs. how accurate you want the signature to be you will have to apply some sort of filtering to the collection of events you obtain.

With all this said, I'm curious as to why you want to capture the signature of your user? I am having a hard time imagining a situation where that would be useful.

link|improve this answer
Actually the project I am working on has requirement of capturing signature of user also I have looked in to gesture overaly sample how about going that way – ingsaurabh Jan 17 '11 at 7:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.