I've implemented a contextual action bar(CAB) with multiple selection in a listview. (similar to https://stackoverflow.com/a/10598553/940637).
Now i would to implement a editbutton, which needs to trigger the CAB to be shown. Is there anyway how this can be done?
I've tried startActionMode (but than i need to implement a separate callback), which i don't like.