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 that your project must use either ActionBarSherlock or the support library’s ActionBarCompat.
A version of the library that works with the stock action is also provided, for those apps with minSdkVersion=11 or newer.

Leave a Reply
You must be logged in to post a comment.