Skip to content
Advertisement

spannable on android for textView

JavaScript

I’m setting twitter data in my Android application. I want to make the font bold and italic using Spannable but it does not work, giving an error. How can I do it?

Advertisement

Answer

I want to make the font bold and ıtalic with spannable

for this u will need to make o.content text as SpannableString then set it to TextView as :

JavaScript

EDIT : you can also use Html.fromHtml for making text Bold and Italic in textview as :

JavaScript
Advertisement