How do i enable multiple select for simple adapter list ? i did this
list=this.getListView();
list.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
But i am still n开发者_运维问答ot able to multi select
I believe this will help you in creating multiple choice mode listview.
I am guessing that you are setting list to "multiple choice" after it has been already created.
If you still face any problem, post your exact code.
Hope it helps!!!
精彩评论