I am getting multiple paragraph from server in the form of json object like
MY name is <(>Mohit Kumar<)>. <(>Sachin<)> is my role model. I am <(>12<)> year old. Currently i am in <(>delhi<)> but my hometown is <(>bangalore<)>.
Now I want to remove start tag <(> and end tag <)> and change color of text which is inside those tags in android studio.
How can I achieve this?