I want to apply two different font styles to a text in a single TextView.
My case is same as Android – two sentences, two styles, one TextView. The only difference is that I want to set a Custom Font on the whole text. I have included Helvetica Font as an assets in my project and want to apply that font to the TextView with first part of the text will be Helvetica BOLD and remaining part Helvetica NORMAL. Any suggestions how it can be done ?
Text needed in following format. Custom text with different styles and single textview.

One way to do this is to extend TypefaceSpan:
Then when you want to use two different typefaces call: