Justifying text in Android
I need to justify some text (RTL), which is a string ( S1 ) from the server. But a TextView can't justify text, so I have to use a WebView , now I have to create a HTML file in which will display S1 . And then I store the address of that html file in the database and then I display that html file. I've seen this question asked before on SO and many have recommended to use a 3rd party library, I've tried all of those approaches to no avail (they work in 90% of scenarios but are no fully reliable). I feel that this approach seems convoluted, I was wondering if there is a better approach? I use