Android ListView setSelection() does not seem to work

maybe you need to use function:

ListView.setItemChecked(int position, boolean checked);

Leave a Comment