On Fri, Oct 1, 2010 at 1:37 PM, OldSkoolMark <[email protected]> wrote:
> Are both layouts inflated before any of this code is executed, or are > layouts inflated by setContentView on demand? > I would assume the latter - there's no good reason for inflating layouts that may never be used. You can prove this either by checking the source (or waiting for someone that's look at it), or writing a simple custom view that you can inflate that contains a break point to indicate when it's been inflated. Put it in your layouts and see what happens. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

