I am confused about html text that I need to decode before I display it to the user. I do:
result= Html.fromHtml(temp).toString();
where te
String firstName = "Some Name"; String secondName = "Other Name" String concatStrings = firstName + " \u25CF " + secondName; textView.setText(Html.fromHtml("Name: " + concatStrings));
The unicode \u25CF => ●
\u25CF => ●
Use this LINK to get unicode symbols