Complete abstraction from the Spannable API. Forget about all the boiler plate code and all the Object what nonsense that you have to deal with when working with Spannable.
- Eliminate
setSpan
calls by using all the provided methods trough theStyleEZ
interface. - Chain multiple spans with a fluent style
- By using both the
ContentEZ
andStyleEZ
interface it removes unnecessary methods from the autocomplete form, and thus it removes clutter. - Allows different ways of adding content (String, String Resource and Formatted String)
- By default it does
INCLUSIVE_INCLUSIVE
to all the spans - After calling any of the inclusive/exclusive methods, all the next methods will be using that flag until apply is called or another flag is used
- You can create your own locator by extending the Locator interface
from The Android Arsenal
No comments:
Post a Comment