Hi everyone, I am writing on an Android application where i am registering to GCM. When I click the cehckbox to register i want to set a static variable isRegistered to true/false. Now when i receive the message I want to check this variable and if it is true I make an notification. So when i get out of my app I still receive the notification and everything is good. But what happens when Android deletes my application from memory to free memoy? Does my static variable still exist?
-- 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

