Yes it is. For every release of Android we regenerate the set of preloaded classes.
On Fri, Jul 2, 2010 at 10:02 AM, Kostya Vasilyev <[email protected]> wrote: > > Well, at least they are taking up physical ram just once - if they did it in > every app, it would be really sad. > > Is this preload set dependent on the actual firmware? > > -- Kostya > > 02.07.2010 20:47, Romain Guy пишет: >> >> That said, it's probably still counted towards the max heap limit of your >> app :) >> >> On Fri, Jul 2, 2010 at 9:38 AM, Kostya Vasilyev<[email protected]> >> wrote: >> >>> >>> Roman, >>> >>> Thanks. Great to know these objects are not using up precious heap space. >>> >>> -- Kostya >>> >>> 02.07.2010 20:33, Romain Guy пишет: >>> >>>> >>>> Every Android app is spawned from a process called zygote. In this >>>> process we preload the most commonly used classes and resources. Those >>>> preloaded chunks of memory are shared until marked dirty. >>>> >>>> >>>> >>> >>> -- >>> Kostya Vasilev -- WiFi Manager + pretty widget -- >>> http://kmansoft.wordpress.com >>> >>> -- >>> 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 >>> >>> >> >> >> > > > -- > Kostya Vasilev -- WiFi Manager + pretty widget -- > http://kmansoft.wordpress.com > > -- > 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 > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

