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 ?
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 ?
use text watcher and Input Filter interface implemetation