I try to put in bold only the text I receive from SharedPreference
but I do not know how to do it correctly, this is what I have always done but on a text, not on one loaded with SharedPreferences
and so I see It is possible.
conf.setText(Html.fromHtml("Hola," + " " + <b> prefs.getString("nombrepersona", "") </b> + "," + " " + "texto2");
Can someone help me? The error is clear, it does not recognize < b > < / b>