Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Typeface

Create Typeface From Font Resource Id

I have tried using Typeface.createFromAsset(getAssets(),'font/myfont.ttf')); I know font di… Read more Create Typeface From Font Resource Id

Decoding Urdu Codes In Android

I am calling an API and receiving the response in both English and Urdu. The response is stored in … Read more Decoding Urdu Codes In Android