I am new to working on Android technology. I have to read XML files in which there are HTML tags such as <b> so I have to remove these tags before I display them on screen. If you know any way to remove these before display please help me.
Share
Find your answer here:
How to strip or escape html tags in Android
In short Html.fromHtml(stringToEscape).toString()