Html Display In Email Body Android
I want to display a table in email body. The code is as below. stringBuilder.append('' + ''+ '&
Solution 1:
the table
html tag is not supported by Html.fromHtml(). See here
Post a Comment for "Html Display In Email Body Android"