Android Open Source - Example example SpannableString






Project Summary

Example of using SpannableString for Android. This shows three examples of SpannableString using the start and end points based on the position of the substring in the string with String.contains(subString). Examples one and two provide greater design.

Web Site / Source Repository

SpannableString is hosted in the following web site
https://github.com/BradSchmidt/SpannableString

If you think the Android project SpannableString listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SpannableString.

ItemValue
Java File Count1
Target SDK Version18
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar




Java Source Files

SpannableString has the following Java source files.

com.example.spannable_string_tutorial.MainActivity.java