0

I wish to implement a stylus pen in my android application.

i.e a user can write the text and it should be displayed in a text box.

I have no idea how it works or where to start with implementing this.

Are you able to provide guidance. Are there any tutorials I can use to get going?

Please help me.

Linus Thiel
  • 38,647
  • 9
  • 109
  • 104
hemanth
  • 191
  • 1
  • 2
  • 7

1 Answers1

0

you could think about using the Android Gesture Detection and predefine some characters. This could work for you. Of course this won't be as precise as the input of the Samsung Galaxy Note or something as they have much more metrics.

Tim
  • 6,692
  • 2
  • 25
  • 30