Is there a control, in the EMDK for Android, to capture on screen customer signatures (like it was in WM/CE)? Please advise.
Kind regards,
Alex.
On screen customer signature for Android.// Expert user has replied. |
On screen customer signature for Android.// Expert user has replied.Is there a control, in the EMDK for Android, to capture on screen customer signatures (like it was in WM/CE)? Please advise. |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
4 Replies
Hey Pietro,
The component you suggesed worked like a charm! Thank you very much.
Kind regards,
Alex.
Ciao Alex!
To capture a signature you can use the Standard Android SDK with a canvas to built your own custom view. Or you can use a library like this one:
GitHub - zahid-ali-shah/SignatureView: SignatureView is an open source Android library which allow developers to produce…
best regards
~Pietro
Hey Pietro!
Thank you very much for your quick response. I'll give a try to the view on Github and I'll let you know.
Kind regards,
Alex.
Hey Alex, long time no talk . The EMDK for Android does not provide any sig capture controls/veiws. As Pietro says, you will need to create a custom view as a drawing surface.