I have a class called A which has a CheckBoxPreference chkbox1; There is one more class B which is invoked by pressing a menu item falling under class A. Now, I want to use the CheckBoxPreference of class A in class B by using findPreference(key); If I use it this way, then the Preference returned from findPreference () is NULL. Please suggest a way to accomplish this task.
Rgds Praveen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

