Suppose I have a bunch of checkboxes in a listview.
I'm fetching some data from DB to set checked to those checkboxes.
Each checkbox have some specific chekedListeners.
If a checkbox is checked if found to be needed checked from DB, will the OnCheckedChangedListener
work?
I'm facing a problem,
when I'm setting mcheck.setChecked(true);
by code, the OnCheckedChangedListener
is not executed.
Aucun commentaire:
Enregistrer un commentaire