I multiple strings in the following format.
 - "the *quick* brown fox *jumps* over the lazy *dog* "
I want to show them as
 - "the quick brown fox jumps over the lazy dog "
in a recyclerview adapter how can that be done I have no clue how to begin.
 
    