I want to use Contextual Action Bar
in my app which supports API 8+ for multiple selection in the ListView
.
I have read that Contextual Action Bar
is supported on API 11+ and for older devices I should provide older Floating Context Menu
.
Anyway I'm wondering if there isn't a newer solution, for example some supportlibrary v7 update supporting CAB or so.
I'm not using ActionBarSherlock and I don't want to...