What is the right way to disable callback methods (onChangeListener etc) untill the UI is restored to the last status? While setting my UI back to the last status (setting checkboxes etc) a lot of callback methods get called that I don't want to be called. Since it is no interaction from the user. What is the right way to handle that?
To be more precise I am doing some auto save mechanism directly started from a callback. (It is linked to a bind with a service) Now I don't want this callbacks to be called without user interaction which happens when I restore the UI state in the onResume method. I'm looking forward reading your answers. Regards! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

