Hi all My app has some logics to check the gps status and shows an message when its disabled. Currently i put those logics in the onCreate() method of my apps's main activity. However, it turns out that this onCreate() method is called very frequently rather than once per application startup. That makes the notification message quite annoying.
Is there any life cycle call back method that is only call once on application start up? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

