The app has a ListView with multiple-selection enabled, in the UI it works as expected. But when I read the values out using this code:
Log.
Isn't there a rather fundamental difference between 'selected' and 'checked'?
'selected'
'checked'
Suspect you want to setItemChecked() from an OnItemSelectedListener...
setItemChecked()
OnItemSelectedListener