MultiChoiceAdapter v2.0.0 Release Notes

Release Date: 2013-05-05 // almost 11 years ago
    • Major rewrite of the adapter classes so that they are more consistent with the way the framework deals with selection of list view items:
      • The library no longer changes the background of checked items. Instead, items must implement the Checkable interface and take care of their background themselves. This is importante because it adds the flexibility that is needed to implement a grid like the one in the "Gallery" sample.
      • Methods like "select", "getSelectedItems" and "getSelectedCount" are now "setCheckedItem", "getCheckedItems" and "getCheckedItemsCount".
    • Rewritten and reorganized samples, including new GridView ones.
    • Changed maven artifactId to something a bit more descriptive