Questions tagged [spannablestring]

Android - SpannableString is a class for text whose content is immutable but to which markup objects can be attached and detached.

SpannableString is a class for text whose content is immutable but to which markup objects can be attached and detached used in Android development.

Reference

Android developer reference

541 questions
-1
votes
1 answer

Highlighting Sub String in a String

I want to Highlight (change color) a single word in a string and then after some random time I want to change the next word color. I know how to change color of sub string but I want to do at run time and keep changing the color of next word. Plese…
Jd Jatt
  • 1
  • 1
  • 3
1 2 3
36
37