I have a ListView in my app and I want to show contextual action bar on a long press gesture like in design best practices for ICS
http://developer.android.com/design/patterns/selection.html
is there any default way to do that? Or i need to write my own custom action bar?