signature capture for android using phonegap

android, cordova, signature

Solution

I know of a developer who's using Signature Capture for Android from Binary Solutions to capture signatures in his PhoneGap app. Basically you'll need to call the signature capture code via an intent and you can do that by creating an Android Plugin for PhoneGap.

Problem

i want to perform an application in android using phonegap which captures the signature entered by the user and take a snapshot of it and stores and later on their next login it compare the signature with stored one and if matches it opens the application.Can anyone help me in acheiving this with some good links or examples?Some working examples will really useful. thank you.

Original source