Join Slack
Powered by
hi, is there a quick way to display HTML strings i...
# android
v
Viral Thakker
08/05/2024, 7:01 AM
hi, is there a quick way to display HTML strings into text ?
f
Frank Bouwens
08/05/2024, 8:15 AM
There used to be;
https://developer.android.com/reference/android/text/Html
But it has been deprecated since Android N.
Frank Bouwens
08/05/2024, 8:16 AM
This question is not kotlin related, and could be off-topic here.
i
iboalali
08/05/2024, 8:24 AM
There is a HtmlCompat class. It is part of
androidx.core
m
mohamed rejeb
08/05/2024, 8:34 AM
Feel free to check my library as well, it's multiplatform and supports more HTML tags.
https://github.com/MohamedRejeb/Compose-Rich-Editor
c
Chrimaeon
08/05/2024, 9:14 AM
Cross post reference
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1722841165186349
11
Views
Open in Slack
Previous
Next