Hi, is there any way, right now, to render a Strin...
# compose
m
Hi, is there any way, right now, to render a String with html tag? (the string itself is coming from an API)
I will give this a try, thank you!
a
Maybe Html.fromHtml(stringFromApi) could transform your String into Spanned
The html is parsed via jsoup