ManuelPeinado / MultiChoiceAdapter

Android - A ListView adapter with support for multiple choice modal selection
Apache License 2.0
849 stars 260 forks source link

Adaptation to GridView #2

Closed ManuelPeinado closed 11 years ago

ManuelPeinado commented 11 years ago

It should be possible (and relatively easy) to adapt the library so that it works with GridViews

ManuelPeinado commented 11 years ago

This pull request shows that the adapter can be used with GridView withoug any changes: https://github.com/ManuelPeinado/MultiChoiceAdapter/pull/3

However, I'm leaving this issue open because I feel that the way we deal with the background in selected mode might not be appropriate for most uses of GridView. For example, in the Google Keep application when items are selected they retain their background and get a transparent overlay

ManuelPeinado commented 11 years ago

V2.0.0 adds much better support for GridView