1

In my app user is asked to input text. But some special characters are not appearing

User input : test{ "@","\" } Actual result : test{"",""}

How can I fix this ? is there anything special required with text.setText() code ?

Hassan
  • 98
  • 2
  • 11

1 Answers1

1

use text watcher and Input Filter interface implemetation

srinivas
  • 163
  • 9