In main page of my program I have some buttons such as Help. When user clicks it an activity appears and shows some guideline. It is full text and I need to change color of some words as I like. for bold and italic I don’t have problem, easily I surround my words with . But I don’t know what should I do to change color of some words.
Please tell me what should I do?
I thought that you want to provide About us/Help file inside your android application, then you can perform as the following:
This way you can create a HTML file and thereby you can apply the color/javascript/bold/italic that you want inside the HTML file.