I\'m new to Android field . I have followed the procedure of getting Hindi fonts on emulator but still Hindi characters are appearing in square boxes. Please help me how to
This way you can use Hindi font in Android.
Step 1: Add All Hindi text in res --> values --> string.xml file
गन्ने से समृद्धि गन्ने की खेती संपर्क
Step 2: In layout xml file add text tag as android:text="@string/your_text". For Example see below.