How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)?
TextView
I found a possible solution here, but it do
For html formating you don't need to call the Webkit, you could use Html.fromHtml(text) to do the job.
Html.fromHtml(text)
Source : http://developer.android.com/guide/topics/resources/string-resource.html