Noam wrote:
> Can anyone help me?

What you are trying to do seems out of sync with what the preference UI
is designed to do.

The pattern I am used to is:

-- You display preferences UI
-- User interacts with preferences UI
-- User says "I'm done" (e.g., presses back button)
-- You take steps based on the user's selections

In that case, you would not invoke someMethod() when the user clicks the
checkbox, but rather after the user is completed.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android Training in Sweden -- http://www.sotrium.com/training.php

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to