I am trying to add multi-select context menu to a listview
with support library 22.1.1 using AppCompatActivity
and Toolbar
Without support library
I can use AbsListView.MultiChoiceModeListener
with support library,
There is no equivalent MultiChoiceModeListener
exists for support version that accept android.support.v7.view.ActionMode
as parameter.
What should I do to get it working with support library?