In this tutorial, You can draw signature in your android device. I am providing a SignatureView class which helps you to draw signature and capture image. 1. Create class "SignatureView.java" [crayon-56a369eb4afae919261260/] 2. Add SignatureView widget in your "activity_main.xml". [crayon-56a369eb4afc0272015838/] 3. Get Bitmap from SignatureView You can access bitmap of your signature through [crayon-56a369eb4afc8846387615/]The post Capture Signature Android appeared first on .