Returning values from multiple selection ListView

前端 未结 4 808
一个人的身影
一个人的身影 2021-02-08 14:25

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

4条回答
  •  生来不讨喜
    2021-02-08 15:07

    No need to use SparseBooleanArray choices = parent.getCheckedItemPositions();

    StringBuilder is enough for this.

提交回复
热议问题