hi, is there a quick way to display HTML strings i...
# android
v
hi, is there a quick way to display HTML strings into text ?
f
There used to be; https://developer.android.com/reference/android/text/Html But it has been deprecated since Android N.
This question is not kotlin related, and could be off-topic here.
i
There is a HtmlCompat class. It is part of androidx.core
m
Feel free to check my library as well, it's multiplatform and supports more HTML tags. https://github.com/MohamedRejeb/Compose-Rich-Editor
c