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
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.