An Android Spannable is an interface for text to which markup objects can be applied.
Questions tagged [spannable]
302 questions
-1
votes
1 answer
How to convert selected text to Hyperlink?
I want to convert the selected text from Edit Text to Hyperlink. Basically i know how to convert text in hyperlink, but not able to do in Edit Text.
I have tried Linkify, but not working.
Any Help would be appreciated..

moDev
- 5,248
- 4
- 33
- 63
-3
votes
1 answer
Textview three dots when text truncates but also include the ending quote
I have a textview with the property
android:maxLines="1"
In case the text is too long it truncates and add the three dots. i.e
If I want to put the text (including the quotes)
"hello world one two three four"
It will display
"hello world one…

Kenenisa Bekele
- 835
- 13
- 34