-5

I making a survey application whereby the clients fill the questionnaire and when done, the last step involves appending a signature using his finger or stylus before saving the input data to a database?Thus I need help on how to implement this signature edit text so that it accepts input either by finger or stylus

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
  • 2
    Typically you just turn off the keyboard, that way the input doesn't trigger it. I think this answer might help you: https://stackoverflow.com/questions/10636635/disable-keyboard-on-edittext – Porlune Jan 17 '19 at 07:21

1 Answers1

0

thanks, all for the answers. After further research, I found out a tutorial that implements exactly what I wanted. How to implement a custom layout that accepts finger or stylus input and not keyboard