Skip to content

Instantly share code, notes, and snippets.

@billynyh
Created October 2, 2013 03:56
Show Gist options
  • Save billynyh/6788951 to your computer and use it in GitHub Desktop.
Save billynyh/6788951 to your computer and use it in GitHub Desktop.
#android CharSequence String SpannableString relation
// CharSequence
String implements CharSequence
SpannableString implements Spannable, CharSequence
SpannableStringBuilder implements Spannable, CharSequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment