Hi, >From your description of the Layout it seems that using RelativeLayout will reduce number of the nested levels, and if it really does than your layout process will speed up.
Thanks, Megha On Wed, Apr 9, 2008 at 9:22 AM, Hielko <[EMAIL PROTECTED]> wrote: > > 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

