What I mean is, is it possible to change the text \"This text is blue\" to the color blue in a single string? There must be a way...
String text = "this color is black this color is green"; textview.setText(Html.fromHtml(text));