Updated 14 December 2016
The SpannableString in android is a powerful way to beautify and manipulate different part of a simple text.
This is the class for text whose content is immutable but to which markup objects can be attached and detached.
This implies that for a immutable content/string , we can provide different markup objects like URLSpan, ForegroundColorSpan, RelativeSizeSpan, ImageSpan, BackgroundColorSpan , ClickableSpan etc.
It is same as how it is done in the web
2. Creating a SpannableString
This will set the click action to a particular portion of the text.
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.