I’m doing a simple courier system using android. How do I do if at the end of the delivery process client have to sign on the phone as the acknowledgement that they received the courier. How do i can do this using android. Any advice, suggestion is highly appreciated.
Share
Performing a signature consume lots of space and a in phone device small area is not sufficient to take a signature from client at end of delivery process this is my idea.
Generate a list having delivery details.
–> at delivery time on click of delivered item a view opened.
–> in that view client can perform signature.
–> you can save that signature along with delivery details in DB
–> Delete or transfer items from to Deliver list to Delivered items(Which should be your another view approach)
This is my idea to perfor
m that task. For taking signature you can apply paint method and signature methods ask me if you want help on that too. thanks
above is draw class
now add draw view in your activity like this.
you can your different methods of DrawView class for clear/paint and more enjoy