Does `core-ktx` spannable extension supports `UrlS...
# android
g
Does
core-ktx
spannable extension supports
UrlSpan
? I see
bold
,
italic
, etc.. How would you add a clickable url to that? (On a side note, if you want your custom view to accept styled text, what type would you choose?
CharSequence
,
Spanned
?)
r
g
Good article! Doesn't answer my question about UrlSpan in 'core-ktx'.