https://kotlinlang.org logo
m

Mouaad

10/24/2020, 5:19 PM
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

Alexander Karkossa

10/25/2020, 11:23 AM
Maybe Html.fromHtml(stringFromApi) could transform your String into Spanned
The html is parsed via jsoup
27 Views