My guess, all else being equal, is that a View is a much "heavier"
object than a Spannable.  But which one is better is impossible to say
because it requires to know what you want for and how you want to use
the text lines for.



On Feb 25, 9:01 pm, Andre <int...@gmail.com> wrote:
> Let's say you have three lines of text to display.
>
> Which is more resource efficient:
>
> 1) Create 3 separate TextView's, each with it's own static style
>
> 2) One TextView then using Spannable to apply styles to those lines
> dynamically

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to