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.
if you need to strip all the html tags you use the String method replaceAll("<(.|\n)*?>","");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With