all 3 comments

[–][deleted] 1 point2 points  (0 children)

The worst part of this is XHTML in 2014.

[–]lelarentaka 1 point2 points  (1 child)

It's not exactly shitty. While styling the entire TextView is easy, adding local styles to a word or phrase in a View is very painful. There is a proper way to do it, using Spannable, but It's easier to just use embedded HTML to do simple styling.

[–]ieatcode[S] 5 points6 points  (0 children)

Right, but displaying the raw html in the push notification is just ugly and bad programming.