Android Spannable TextView
A spannable TextView can be used in Android to highlight a particular portion of text with a different color, style,size, and/or click event in a single TextView widget.
Consider that you have defined a TextView as follows:
TextView textview=findView...
yogeshpaliyal.hashnode.dev2 min read