At the moment I have a listview with fairy complex items: every item
contains two different pictures and three lines of text with two
textviews on every line. To position everything correctly I use nested
linearlayouts that are three levels deep.

At the moment the activity isn't really fast, and using traceview I
can see that a lot of time is spend on methods like onMeasure,
TraverseChilds etc.

Would a different layouttype be faster (the only other option would be
an relativelayout)

a) Almost certainly
b) The difference won't be huge
c) RelativeLayout will be slower...
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to