Top "Spannablestring" questions

Android - SpannableString is a class for text whose content is immutable but to which markup objects can be attached and detached.

java.lang.ClassCastException: android.text.SpannableStringBuilder cannot be cast to java.util.ArrayList

I'm using the phonegap Android plugin: EmailComposerwithAttachments https://github.com/phonegap/phonegap-plugins/tree/master/Android/EmailComposerWithAttachments and it occurs the …

android cordova spannablestring
What is the equivalent of Android's "Spannable" in Objective-C

Im on an iOS app that should able to highlight text, and make it clickable too. I read about NSAttributedString …

ios objective-c core-text nsattributedstring spannablestring
How can I use onTouchListeners on each word in a TextView?

I would like to assign onTouchListeners to each word in a TextView. (Not to link to something on the internet, …

android textview ontouchlistener spannablestring
indexoutofboundexception : setSpan (2...2) ends beyond length 1

I've a MultiAutoCompleteTextView custom control in which I am creating chips text, when user presses the space key. I do …

java android spannablestring