I already know how we can do that, but those are not for my use. I want it just within set text without creating any new string in java. I found many questions already on stackoverflow, But they all are different for me in this case.
Here what i've tried :
printResult.setText(String.valueOf(Html.fromHtml("<b>" +printNumbers+ "</b>" )));