I\'m trying to make a filter in a List using ActionBarSherlock\'s search view. The code I currently have is the following:
@Override
public boolean onCreateO
As every other answer contained a bit of truth, but didn't answer the question fully, I'll create my own answer.
When this issue was created - half a year ago - ABS did not fully implement the SearchView functionality. As of ABS 4.2.0, this has been implemented.
My full implementation, by following the ABS sample app, can be found here.