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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

