Matthew Patience wrote: > What if I use a String Builder to create just a giant TextView with > all of the comments spanning across a ScrollView? Will this still be a > bad idea and take up more memory?
That depends on how many comments you have. If you have only a few KB of comments, that's not bad. If you have a few MB of comments, that will be bad. > Because I really don't want to have to revert to using the ListView. Why not? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting: http://commonsware.com/consulting -- 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

