On Sep 29, 7:39 pm, Andrei <[email protected]> wrote: > A static field which was initialized becomes null at some point. > Can it be because that class was unloaded and loaded again?
FWIW, a class cannot be unloaded unless all classes in the same class loader can be unloaded. It all stays or it all goes. This is sufficiently unlikely in an Android application that class unloading has not been implemented, and is very, very low on the planned feature list. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

