I am trying to implement a getFilter() on a base adapter to filter out search results on a List. Is there any example of how to implement a getFilter()?
MainActivity
extend your class with ArrayAdapter,then override methods,and create object of filter class and return with it.