Loading the filtered items to search output
问题 I have implement search for my application. For that I have used an adapter as well. I have loaded 30 items to the search screen. When I pressed letter z to search, then letter z belongs to 4 items out of 30 items in the list. According to the below shown code it identifies the number 4 and shows the first 4 items out of the 30 items. When I debug inside getFilter() , it shows the filtered items correctly(I have provided a screen shot). My problem is how can I load the filtered items. Bit