I am working on an android app i want to know how i can make few words in bold regular and few in italic for example i have a textview with a text HELLOO now I want to display the text like this in a text view
HELLOO
please tell me how to achieve this through styles in android??
Say, you have a TextView namely etx, use the following code:
The main advantage of using this approach is that you can format text dynamically.