String sampleHtml = "<b>Bold</b> <i>italic</i> normal"; TextView textView; textView = findViewById(R.id.sampleTextView); textView.setText(Html.fromHtml(sampleHtml));