Name: Anonymous 2014-02-22 21:49
I have an app that utilizes the PagerAdapter and has three fragments. In one of the fragments I have a checkbox which has its checked status set during the onCreateView based on whether the setting is enabled or disabled, in another fragment I have a function that can cause that setting to be disabled, but I can't get the checkbox to become unchecked.
If I reference the object directly and setChecked(false), nothing happens, if I call back to a function in the fragment that has a setChecked(false) in it nothing happens.
The checkbox is defined in the layout resource.
If I reference the object directly and setChecked(false), nothing happens, if I call back to a function in the fragment that has a setChecked(false) in it nothing happens.
The checkbox is defined in the layout resource.