开发者

Multiple Select for simple adapter in listactivity

开发者 https://www.devze.com 2023-02-02 04:20 出处:网络
How do i enable multiple select for simple adapter list ? i did this list=this.getListView(); list.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);

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!!!

0

精彩评论

暂无评论...
验证码 换一张
取 消