Filter list view from edit text

后端 未结 1 1462
后悔当初
后悔当初 2020-12-06 08:41

I have an edit text as a search bar and a list view that filters the text that I typed but unfortunately, it doesn\'t filter the list view. I have used an customize array ad

相关标签:
1条回答
  • 2020-12-06 09:05

    My problem is solved, found out that I have to override getCount() and getItem().

    0 讨论(0)
提交回复
热议问题