I am designing an application based on android platform.
I want to show Right To Left strings in my application. I have included a TTF font into asset folder and my output is affected based on this font.
In Arabic or Persian languages characters Can stick together but in output (display), these are separated. for example, I want to show "السلام" but in display it shows: "ا ل س ل ا م".
what should I do?