How do you change text/font settings in an Android TextView?
TextView
For example, how do you make the text bold
For case where you are using custom fonts, but do not have bold typeface for the font you can use:
myTextView.setText(Html.fromHtml("" + myText + "");