I want to display '123' but 1 in red color 2 in green and 3 in black ... Is that possible, or is there any other recommended way of displaying different text color in the same textview...
Ah I found it use below code
myTextView.setText(Html.fromHtml(html text having 1 in red 2 in green and so on));
I dont know web so you better consult someone who can write html for you :P