Hi, You could consider moving part of the logic of your application to a service. That would mean that the logic is separated from the UI, and thus will not be affected by UI changes.
Best regards Bex On Apr 28, 2:39 pm, NicoToc <[email protected]> wrote: > Hi, > > I have an activity that checks stuffs online when it's created (is the > GPS on and if not it asks if the user wants to turn it on). > > The problem I'm having is that it is also doing it everytime I change > the orientation of the screen. > > I've read some comments on onConfigurationChanged() but is there a > better way to be sure I'm checking the GPS only when the activity is > first created? > > Thanks a lot > > Nicolas > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

