SpannableTextView allows to customize the styles for a single TextView
(i.e., styles, size, color) rather create a separate layout.
FastTextView is faster than Android TextView. FastTextView uses StaticLayout
to render Spanned String, so it supports most features of Android TextView
The Parchment library attempts to add the functionality that developers want to their AdapterViews, by providing horizontal and vertical scrolling to all of its AdapterViews. Parchment gives developers more control of layout by choosing from a simple horizontal List View, a GridView that wraps heights or a GridPatternView that lets a user specify the grid pattern.