I am implementing input method related application in Android. In this application I'm using special characters and symbols
Array.xml
<item>a'</item>
a' is not reading remaining all numeric and alphabets are reading. How can implement special symbols reading scenario?
See Question&Answers more detail:os