文件名称:Android代码-MultiChoiceAdapter
文件大小:6.02MB
文件格式:ZIP
更新时间:2022-08-27 00:04:19
Android代码
MultiChoiceAdapter MultiChoiceAdapter is an implementation of ListAdapter which adds support for modal multiple choice selection as in the native Gmail app. It provides a functionality similar to that of the CHOICE_MODE_MULTIPLE_MODAL ListView mode, with two additional benefits: It's easier to use, as it keeps count of the selected items, updates their background accordingly and handles checkboxes transparently. It is compatible with every version of Android from 2.x. Of course, this implies t