I need to support stylus API in Android.
I went through this link
I need to support all user inputs through stylus.Like, if user inputs a text in editext
then he/she should not be prompted for keyboard or stylus area field.
I have one registration form that contains a square blocks in which user needs to input one character.So, what I need is suppose user enters "A" in first block through stylus then it should be added in that block but keyboard/stylus area ahould not be prompted to user.
Also went through this link.
Is that possible in android? The feature should work same as Digitizer Pen
Thanks.