I have one text view in android which text is "Hi how are you?"
My query is can we keep color of "hi how" as blue and "are you?" as red in one line as below

cause now am using 2 text view to show "hi how" and "are you" respectively but i want to show it in one text view with above requirement?
can we give two color code at a time to one text in String file? any reference?