ingsaurabh
ingsaurabh

Reputation: 15267

Android signature capture

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

Upvotes: 1

Views: 2000

Answers (2)

Christoph Bimminger
Christoph Bimminger

Reputation: 1018

Namirial provides solutions for that scenario. You can integrate the Namirial signature solution, which allows your users to sign a PDF document, into your Android application as an SDK.

Namirial provides client/server based products (SIGNificant), workflow based products (visit https://saas.esignanywhere.net to get your free trial) and standalone apps (xyzmo) for different platforms (Android, iOS, Windows).

Upvotes: 0

num1
num1

Reputation: 4973

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.

Upvotes: 2

Related Questions