Programmer Question
hi,
In my android app, I have a preferenceScreen with some checkboxes , defined in a xml file , and a class that implements "SharedPreferences.OnSharedPreferenceChangeListener" . What I want to do is to select a checkbox and all the others to be selected as well. In the above listener I am able to modify the other checkboxes's state to selected, but my view remains unchanged. What should/could I do to achieve this ?
Find the answer here
No comments:
Post a Comment