On Nov 4, 8:06 pm, "for android" <[EMAIL PROTECTED]> wrote: > Also i would like to know what you mean by "the view heirarchy is too > big"..I have assumed that the view heirarchy can any be as complex as it can > get.Is it a fair assumption.
No, calls go down the view hierarchy, so a very deep hierarchy can overflow the stack. You also want to keep your hierarchy as simple as possible just for plain performance reasons. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

