Wednesday, March 4, 2009

Code : Capture Signature on the BlackBerry Storm


The BlackBerry Storm incorporates a touchscreen which can be used to capture and collect signatures. The following sample application demonstrates how to accomplish this by using the TouchEvent API to capture touch points and then using a BitmapField to draw the signature. A complete working sample can be downloaded here.

2 comments:

  1. Hi,

    I am new to Java mobile applications. Can you please provide more instaructions on how to use this code? Would I need to install the JME on the blackberry I have? How would I port my app to the BB?

    Regards,
    Chandan

    ReplyDelete
  2. Hello Chandan, in order to run this application you have to make a new project with JDE 4.7 named 'SignatureCapture' and add corresponding java files and resources to your project in built it and it should work.

    ReplyDelete

Place your comments here...