user1360430
user1360430

Reputation: 59

Converting Android soft keyboard to Bengali

I am trying to convert my android softkeyboard to Bengali or any (other language). I have implemented a code for softkeyboard from android developer site. Is it required to set another IME options for conversion for that softkeyboard to any other language? Please give me some advice to do this conversion.

Upvotes: 5

Views: 1326

Answers (2)

Zar E Ahmer
Zar E Ahmer

Reputation: 34390

I am sharing a full sample code for tamil language. i have also created this kind of softkeyboard.

Downloadable at https://play.google.com/store/apps/details?id=com.tamil.visai&hl=en

Source at github

Upvotes: 0

Imran Rana
Imran Rana

Reputation: 11909

Your question doesn't briefly explain what you really want. I recently developed a Bangla SoftKeyboard which looks like: enter image description here

Is that what you want? If so, make keyboard xml layout for Bangla characters(like qwerty.xml) and in the onKey function of SoftKeyboard.java file commit bangla characters according to their primaryCode(corresponding android:codes in xml file). Feel free to specify where are you getting problem and what you exactly want.

Upvotes: 3

Related Questions