1

I decode HTML entities using:

String total_string = Html.fromHtml(result).toString();

But it doesn't work for hex entitites.

// decimal &  - works
// hex & - does not work

What should I do to decode?

  • 2
    refer http://stackoverflow.com/questions/994331/java-how-to-decode-html-character-entities-in-java-like-httputility-htmldecode – sasikumar Feb 26 '16 at 11:15

0 Answers0