HeaderListView
HeaderListView copied to clipboard
Is there any option for making search?
I want to have a search box to find the value in the list. Is it possible?
I read the source code, HeaderListView class seems do no have this kind of option
Search for the value using your own implementation of the Adapter, and then use the listView component to scroll to the value.
headerListView.getListView().smoothScrollToPosition(20);