B4A Library SignPad V0.20 - Signature Capture - incl Java source

SignPad
Version:
0.20

Android Signature Pad is an Android library for drawing smooth signatures. It uses variable width Bézier curve interpolation based on Smoother Signatures.

For those who want to play with the library or mayybe to extend
i have included the java source of this library so you can change it by yourself and then recompile the lib with SLC. Have fun


This wrapper is based on this

header.png

  • SignPad
    Events:
    • onSigned (sign As Bitmap)
    Methods:
    • AddToParent (Parent As ViewGroup, left As Int, top As Int, width As Int, height As Int)
    • Capture
    • DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
    • Initialize (EventName As String)
    • clear
    • getAlbumStorageDir (albumName As String) As File
    • saveBitmapToJPG (bitmap As Bitmap, photo As File)
    Properties:
    • Left As Int
    • SignatureBitmap As Bitmap [read only]
    • Top As Int
    • TransparentSignatureBitmap As Bitmap [read only]

For those who want to extend the library i have attached the java-source of this library. FEEL FREE TO MODIFY IT
 

Attachments

  • libSignPad_0.16.zip
    9.8 KB · Views: 511
  • libSignPad_0.17.zip
    9.9 KB · Views: 526
  • LibSignPadv0.20.zip
    10.8 KB · Views: 960
  • SignaturePad_JAVASOURCE020.zip
    38 KB · Views: 762
  • SignPadEx.zip
    12.9 KB · Views: 914
Last edited:

Beja

Expert
Licensed User
Longtime User
Hi Don and all,
This is an old post, but I visited here again today and found it very simple for my purpose.. at more than 65 my
memory is less than perfect :). and I see so many version and contributions from Don and others.. someone help
please with the last and final version of this great project.

Best regards, -b
 

AnandGupta

Expert
Licensed User
Longtime User
someone help
please with the last and final version of this great project.
check
it has signature template
 

Beja

Expert
Licensed User
Longtime User
check
it has signature template

Hi Anand,
Thanks but I am looking for the final version and project example of this post.. the same post that we are in right now. (Don's post)
 

DonManfred

Expert
Licensed User
Longtime User
for the final version and project example
There ´ll be no more versions. As the library is from 2015 i know i do not have the source anymore (HDD crash in 2016).
Do not expect any new here. Use the library in #1. Example is in #1 too.

If it´s fit your needs; great. If not; search for alternatives.
 

netsistemas

Active Member
Licensed User
Longtime User
i have a version that donmanfred showme long tome allow
can you allowme shared in this thread?
 

netsistemas

Active Member
Licensed User
Longtime User
This is the original source code for develpment in eclipse/java, and other with a little change for my proyect (touchmadmio) (point over de 'i' are not allowd in original).

inside tochpadmio, have the folfer 'libreriasparab4a': jar and xml

i'm not sure this code are that you need or other more old.
 

Attachments

  • SignaturePad_Original.zip
    27.1 KB · Views: 107
  • TouchPadMio.zip
    111.8 KB · Views: 106
Top