Hi All , i have a config class where i store properties . It has a static reference to itself and I initialize it when i start the application. But if i'm if i switch back to my app after like an hour of initial run - it looks like this object gets GC and not exist anymore. As a workaround i start to check for it at onStart in my activities but still don't understand why it's gone if it has a static reference.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

