Like, I will write using a English keyboard but in EditText
/SearchView
the font will become Phonetic [bangla]. How can I achieve this ?
Asked
Active
Viewed 586 times
1

camelCaseCoder
- 1,447
- 19
- 32
-
Don't develop any code yet , i will start this project after confirm i can work it out . – Md. Tariqul Islam Apr 07 '16 at 11:57
1 Answers
1
The process is called transliteration. There are libraries available that can do that. The Google Translate library is one such example.
I'm thinking:
- Enter text in your edit text.
- Send it to Library.
- Show a loading indicator.
- Receive the transliterated response from Library.
- Set it in your edit text
- Hide loading indicator.

Vinay W
- 9,912
- 8
- 41
- 47
-
Vinay Wadhwa, No i want it offline and real time . there must be a library that i don't find out . – Md. Tariqul Islam Apr 07 '16 at 11:55