Edit: Okay, I found a solution. Don\'t know that it\'s the proper solution, but it does work correctly. Added to the code below.
I\'m trying to allow a user to select a
No need to use SparseBooleanArray choices = parent.getCheckedItemPositions();
SparseBooleanArray choices = parent.getCheckedItemPositions();
StringBuilder is enough for this.
StringBuilder