I need to create a String placed in a TextView that will display a string like this:
First Part Not Bold BOLD rest not bold
So I want to know how I could use SpannableStringBuilder
to do this?
I could use three TextEdit to accomplish this but I would like to use best solution.
You can do this either as @Rajesh suggested or by this.
to show this in TextView