How to write bangla language in Android Studio

Building Bangla Supported Android Application in Android Studio is possible by using custom typeface. Just Do the following steps that i described
Step1: Go To Android Project main and make a new Directory named "assets"
Step2: Now Again make another new directory among assets file named "fonts"
Step3: Now Download Kalpurush font  from here as .ttf file format.
Step4: Copy And Paste this Bangla font to your fonts directory in android studio.

Step5: Write some code at your ActivityMain.Java
 


Step6: ActivityMain.xml will looks like




Comments

Popular posts from this blog

How to set webview among Android Activity in Android Studio

How to set or How to fixed Android Screen Orientation Android Studio Tutorial