Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android hindi chars soft keypad?

I am using Hindi fonts in my application by using the following code as:

Typeface font = Typeface.createFromAsset(this.getAssets(), "fonts/DroidHindi.ttf");
txt.setTypeface(font);

Now I wanted to take input from the user in an edit Text box in hindi language..So for this, Hindi soft keypad is required , can anyone pls guide me how to add hindi language soft keypad?

like image 494
Kanika Avatar asked Nov 14 '22 15:11

Kanika


1 Answers

It depends entirely on the user's choice of keyboard.

To test Hindi input, download one of the Hindi IME available on the market, such as PaniniKeypad Hindi IME, or get GO Keyboard and "Hindi for GO Keyboard", all of them available on the Android Market for free.

like image 51
WeNeigh Avatar answered Jan 05 '23 23:01

WeNeigh