I want to use Android SearchView
but, I have a limitation that I can not use Cursor Adapter.
What are the other adapter one can use with SearchView?
My current fallback is to use ListViewPopUp
but it has it's own issue of interaction with menu and back key.