by calling setItemChecked() you are updating the UI, the data destination. 
What if "someone" at the same time changes the data at the source? Then your 
UI is out of sync with your data storage.
Treat the UI as a one way system - it should only render a representation of 
your data model, but should not be part of the data model.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to