I'm building a File manager on android platform.I want my users to be able to select multiple files on long click on a file.How to do it?(In list view) Thanks in advance.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Assuming you're using a ListView
, I believe you're looking for android:choiceMode="multipleChoiceModal"
or setChoiceMode(ListView.CHOICE_MODE_MULTIPLE_MODAL)