I’ve got a dispatch/delivery/tracking application running on (ugh) Windows mobile that allows a signature capture.
I really want to port this to Android to give my customers another option (thankfully) from Windows mobile devices.
Is it possible to capture a signature on the device? What are my options here?
Thanks.
I am writing one based one of the sample apps in the Android SDK. Not done yet, but so far I have it capturing a simple drawing based on a Custom View. Here’s the example:
TouchPaint.java