开发者

Multiple Select for simple adapter in listactivity

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜